#AFA09E

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

Shades of Dusty Grey #AFA09E

Tints of Dusty Grey #AFA09E

Color information

#AFA09E (or 0xAFA09E) is unknown color: approx Dusty Grey. HEX triplet: AF, A0 and 9E. RGB value is (175,160,158). Sum of RGB (Red+Green+Blue) = 175+160+158=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA09E is #505F61. Grayscale: #A4A4A4. Windows color (decimal): -5267298 or 10395823. OLE color: 10395823.

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

Color convert

RGB175160158-
CMYK00.090.100.31
HSL7.06º9.6%65.29%-
HSV(B)7.06º9.71%68.63%-
XYZ36.4236.7237.52-
YUV164.26124.47135.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=35.50%
G=32.45%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516015800.090.100.317.069.665.29
HexAFA09E09A1F7a41
Octal2572402360111237712101
Binary1010111110100000100111100100110101111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA09E; }

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

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

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

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

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

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

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

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