#AF918A

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

Shades of Thatch #AF918A

Tints of Thatch #AF918A

Color information

#AF918A (or 0xAF918A) is unknown color: approx Thatch. HEX triplet: AF, 91 and 8A. RGB value is (175,145,138). Sum of RGB (Red+Green+Blue) = 175+145+138=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF918A is #506E75. Grayscale: #999999. Windows color (decimal): -5271158 or 9081263. OLE color: 9081263.

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

Color convert

RGB175145138-
CMYK00.170.210.31
HSL11.35º18.78%61.37%-
HSV(B)11.35º21.14%68.63%-
XYZ32.3931.228.36-
YUV153.17119.44143.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=38.21%
G=31.66%
B=30.13%

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
Decimal17514513800.170.210.3111.3518.7861.37
HexAF918A011151Fb133d
Octal2572212120212537132375
Binary1010111110010001100010100100011010111111101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF918A; }

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

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

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

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

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

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

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

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