#AF9490

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

Shades of Thatch #AF9490

Tints of Thatch #AF9490

Color information

#AF9490 (or 0xAF9490) is unknown color: approx Thatch. HEX triplet: AF, 94 and 90. RGB value is (175,148,144). Sum of RGB (Red+Green+Blue) = 175+148+144=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9490 is #506B6F. Grayscale: #9B9B9B. Windows color (decimal): -5270384 or 9475247. OLE color: 9475247.

HSL color Cylindrical-coordinate representation of color #AF9490: hue angle of 7.74º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF9490 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB175148144-
CMYK00.150.180.31
HSL7.74º16.23%62.55%-
HSV(B)7.74º17.71%68.63%-
XYZ33.332.3130.87-
YUV155.62121.45141.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=37.47%
G=31.69%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514814400.150.180.317.7416.2362.55
HexAF94900F121F8103f
Octal2572242200172237102077
Binary101011111001010010010000011111001011111100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9490; }

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

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

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

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

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

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

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

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