#AF908B

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

Shades of Thatch #AF908B

Tints of Thatch #AF908B

Color information

#AF908B (or 0xAF908B) is unknown color: approx Thatch. HEX triplet: AF, 90 and 8B. RGB value is (175,144,139). Sum of RGB (Red+Green+Blue) = 175+144+139=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF908B is #506F74. Grayscale: #989898. Windows color (decimal): -5271413 or 9146543. OLE color: 9146543.

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

Color convert

RGB175144139-
CMYK00.180.210.31
HSL8.33º18.37%61.57%-
HSV(B)8.33º20.57%68.63%-
XYZ32.3130.9228.69-
YUV152.7120.27143.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=38.21%
G=31.44%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514413900.180.210.318.3318.3761.57
HexAF908B012151F8123e
Octal2572202130222537102276
Binary1010111110010000100010110100101010111111100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF908B; }

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

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

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

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

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

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

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

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