#AF9E9A

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

Shades of Thatch #AF9E9A

Tints of Thatch #AF9E9A

Color information

#AF9E9A (or 0xAF9E9A) is unknown color: approx Thatch. HEX triplet: AF, 9E and 9A. RGB value is (175,158,154). Sum of RGB (Red+Green+Blue) = 175+158+154=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E9A is #506165. Grayscale: #A2A2A2. Windows color (decimal): -5267814 or 10133167. OLE color: 10133167.

HSL color Cylindrical-coordinate representation of color #AF9E9A: hue angle of 11.43º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AF9E9A is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB175158154-
CMYK00.100.120.31
HSL11.43º11.6%64.51%-
HSV(B)11.43º12%68.63%-
XYZ35.7435.935.62-
YUV162.63123.13136.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=35.93%
G=32.44%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515815400.100.120.3111.4311.664.51
HexAF9E9A0AC1Fbc41
Octal25723623201214371314101
Binary10101111100111101001101001010110011111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E9A; }

 p { color: rgb(175,158,154); }

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

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

 a { background-color: rgb(175,158,154); }

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

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

 span { border-color: rgb(175,158,154); }

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