#AF8D8A

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

Shades of Thatch #AF8D8A

Tints of Thatch #AF8D8A

Color information

#AF8D8A (or 0xAF8D8A) is unknown color: approx Thatch. HEX triplet: AF, 8D and 8A. RGB value is (175,141,138). Sum of RGB (Red+Green+Blue) = 175+141+138=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D8A is #507275. Grayscale: #969696. Windows color (decimal): -5272182 or 9080239. OLE color: 9080239.

HSL color Cylindrical-coordinate representation of color #AF8D8A: hue angle of 4.86º 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 #AF8D8A is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB175141138-
CMYK00.190.210.31
HSL4.86º18.78%61.37%-
HSV(B)4.86º21.14%68.63%-
XYZ31.793028.16-
YUV150.82120.76145.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=38.55%
G=31.06%
B=30.40%

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
Decimal17514113800.190.210.314.8618.7861.37
HexAF8D8A013151F5133d
Octal257215212023253752375
Binary101011111000110110001010010011101011111110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D8A; }

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

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

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

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

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

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

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

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