#AF8D8B

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

Shades of Thatch #AF8D8B

Tints of Thatch #AF8D8B

Color information

#AF8D8B (or 0xAF8D8B) is unknown color: approx Thatch. HEX triplet: AF, 8D and 8B. RGB value is (175,141,139). Sum of RGB (Red+Green+Blue) = 175+141+139=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D8B is #507274. Grayscale: #969696. Windows color (decimal): -5272181 or 9145775. OLE color: 9145775.

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

Color convert

RGB175141139-
CMYK00.190.210.31
HSL3.33º18.37%61.57%-
HSV(B)3.33º20.57%68.63%-
XYZ31.8630.0328.54-
YUV150.94121.26145.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=38.46%
G=30.99%
B=30.55%

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
Decimal17514113900.190.210.313.3318.3761.57
HexAF8D8B013151F3123e
Octal257215213023253732276
Binary10101111100011011000101101001110101111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D8B; }

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

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

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

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

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

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

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

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