Color Hex Logo

#af623f Color Hex

#AF623F
(175,98,63)
0 Favorites   0 Comments

Color spaces of #af623f

RGB 1759863
HSL0.050.470.47
HSV19°64°69°
CMYK 0.000.440.64   0.31
XYZ22.944118.20827.0079
Yxy18.20820.47640.3781
Hunter Lab42.671121.304520.1325
CIE-Lab49.747727.930033.2076

#af623f color RGB value is (175,98,63).

#af623f hex color red value is 175, green value is 98 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #af623f hue: 0.05 , saturation: 0.47 and the lightness value of af623f is 0.47.

The process color (four color CMYK) of #af623f color hex is 0.00, 0.44, 0.64, 0.31. Web safe color of #af623f is #996633. Color #af623f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100010 00111111
Octal 257 142 77
Decimal 175 98 63
Hex AF 62 3F

RGB Percentages of Color #af623f

%52.08
%29.17
%18.75

CMYK Percentages of Color #af623f

%0
%44
%64
%31

Triadic Colors of #af623f

#af623f #3faf62 #623faf

Analogous Colors of #af623f

#af623f #af9a3f #af3f54

Monochromatic Colors of #af623f

#af623f

Complementary Color

#af623f #3f8caf

#af623f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af623f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af623f Color CSS Codes

.mybgcolor {background-color:#af623f; } 
.myforecolor {color:#af623f; }
.mybordercolor {border:3px solid #af623f; }

#af623f Text Font Color

<p style="color:#af623f">Text here</p>

This sample text font color is #af623f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af623f Background Color

<div style="background-color:#af623f">
Div content here</div>

This div background color is #af623f


#af623f Border Color

<div style="border:3px solid #af623f">
Div here</div>

This div border color is #af623f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,98,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af623f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af623f;
  -webkit-box-shadow: 1px 1px 3px 2px #af623f;
  box-shadow:         1px 1px 3px 2px #af623f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,98,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af623f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af623f;
  -webkit-box-shadow: 1px 1px 3px 2px #af623f;
  box-shadow:         1px 1px 3px 2px #af623f;">
Div content here</div>

This div box has shadow with color #af623f


Comments

No comments written yet.

Please login to write comment.