#AF918B

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

Shades of Thatch #AF918B

Tints of Thatch #AF918B

Color information

#AF918B (or 0xAF918B) is unknown color: approx Thatch. HEX triplet: AF, 91 and 8B. RGB value is (175,145,139). Sum of RGB (Red+Green+Blue) = 175+145+139=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF918B is #506E74. Grayscale: #999999. Windows color (decimal): -5271157 or 9146799. OLE color: 9146799.

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

Color convert

RGB175145139-
CMYK00.170.210.31
HSL10º18.37%61.57%-
HSV(B)10º20.57%68.63%-
XYZ32.4631.2328.74-
YUV153.29119.94143.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=38.13%
G=31.59%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514513900.170.210.311018.3761.57
HexAF918B011151Fa123e
Octal2572212130212537122276
Binary1010111110010001100010110100011010111111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF918B; }

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

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

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

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

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

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

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

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