#AF8E8A

Color #AF8E8A Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #AF8E8A

Tints of Thatch #AF8E8A

Color information

#AF8E8A (or 0xAF8E8A) is unknown color: approx Thatch. HEX triplet: AF, 8E and 8A. RGB value is (175,142,138). Sum of RGB (Red+Green+Blue) = 175+142+138=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E8A is #507175. Grayscale: #979797. Windows color (decimal): -5271926 or 9080495. OLE color: 9080495.

HSL color Cylindrical-coordinate representation of color #AF8E8A: hue angle of 6.49º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8E8A is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB175142138-
CMYK00.190.210.31
HSL6.49º18.78%61.37%-
HSV(B)6.49º21.14%68.63%-
XYZ31.9430.2928.21-
YUV151.41120.43144.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=38.46%
G=31.21%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514213800.190.210.316.4918.7861.37
HexAF8E8A013151F6133d
Octal257216212023253762375
Binary101011111000111010001010010011101011111111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E8A; }

 p { color: rgb(175,142,138); }

 H1.HeaderClassName
 {
   color: #AF8E8A;
 }
 .AnyTagClassName
 {
   color: #AF8E8A;
 }
</style>
background-color css

<style>
 a { background-color: #AF8E8A; }

 a { background-color: rgb(175,142,138); }

 div.DivClassName
 {
   background-color: #AF8E8A;
 }
 .BgClassName
 {
   background-color: #AF8E8A;
 }
</style>
border-color css

<style>
 span { border-color: #AF8E8A; }

 span { border-color: rgb(175,142,138); }

 td.TdClassName
 {
   border-color: #AF8E8A;
 }
 .TagClassName
 {
   border-color: #AF8E8A;
 }
</style>