#AF8E8B

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

Shades of Thatch #AF8E8B

Tints of Thatch #AF8E8B

Color information

#AF8E8B (or 0xAF8E8B) is unknown color: approx Thatch. HEX triplet: AF, 8E and 8B. RGB value is (175,142,139). Sum of RGB (Red+Green+Blue) = 175+142+139=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E8B is #507174. Grayscale: #979797. Windows color (decimal): -5271925 or 9146031. OLE color: 9146031.

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

Color convert

RGB175142139-
CMYK00.190.210.31
HSL18.37%61.57%-
HSV(B)20.57%68.63%-
XYZ32.0130.3228.59-
YUV151.52120.93144.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=38.38%
G=31.14%
B=30.48%

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
Decimal17514213900.190.210.31518.3761.57
HexAF8E8B013151F5123e
Octal257216213023253752276
Binary101011111000111010001011010011101011111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E8B; }

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

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

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

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

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

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

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

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