#AF8E8D

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

Shades of Thatch #AF8E8D

Tints of Thatch #AF8E8D

Color information

#AF8E8D (or 0xAF8E8D) is unknown color: approx Thatch. HEX triplet: AF, 8E and 8D. RGB value is (175,142,141). Sum of RGB (Red+Green+Blue) = 175+142+141=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E8D is #507172. Grayscale: #979797. Windows color (decimal): -5271923 or 9277103. OLE color: 9277103.

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

Color convert

RGB175142141-
CMYK00.190.190.31
HSL1.76º17.53%61.96%-
HSV(B)1.76º19.43%68.63%-
XYZ32.1630.3829.37-
YUV151.75121.93144.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=38.21%
G=31.00%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514214100.190.190.311.7617.5361.96
HexAF8E8D013131F2123e
Octal257216215023233722276
Binary10101111100011101000110101001110011111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E8D; }

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

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

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

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

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

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

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

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