Color Hex Logo

#af6238 Color Hex

#AF6238
(175,98,56)
0 Favorites   0 Comments

Color spaces of #af6238

RGB 1759856
HSL0.060.520.45
HSV21°68°69°
CMYK 0.000.440.68   0.31
XYZ22.760718.13486.0421
Yxy18.13480.48490.3864
Hunter Lab42.585020.880521.3972
CIE-Lab49.659227.479636.9205

#af6238 color RGB value is (175,98,56).

#af6238 hex color red value is 175, green value is 98 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #af6238 hue: 0.06 , saturation: 0.52 and the lightness value of af6238 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100010 00111000
Octal 257 142 70
Decimal 175 98 56
Hex AF 62 38

RGB Percentages of Color #af6238

%53.19
%29.79
%17.02

CMYK Percentages of Color #af6238

%0
%44
%68
%31

Triadic Colors of #af6238

#af6238 #38af62 #6238af

Analogous Colors of #af6238

#af6238 #af9e38 #af384a

Monochromatic Colors of #af6238

#af6238

Complementary Color

#af6238 #3885af

#af6238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6238 Color CSS Codes

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

#af6238 Text Font Color

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

This sample text font color is #af6238
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.


#af6238 Background Color

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

This div background color is #af6238


#af6238 Border Color

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

This div border color is #af6238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6238


Comments

No comments written yet.

Please login to write comment.