#AF9594

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

Shades of Dusty Grey #AF9594

Tints of Dusty Grey #AF9594

Color information

#AF9594 (or 0xAF9594) is unknown color: approx Dusty Grey. HEX triplet: AF, 95 and 94. RGB value is (175,149,148). Sum of RGB (Red+Green+Blue) = 175+149+148=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9594 is #506A6B. Grayscale: #9C9C9C. Windows color (decimal): -5270124 or 9737647. OLE color: 9737647.

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

Color convert

RGB175149148-
CMYK00.150.150.31
HSL2.22º14.44%63.33%-
HSV(B)2.22º15.43%68.63%-
XYZ33.7732.7532.56-
YUV156.66123.11141.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=37.08%
G=31.57%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514914800.150.150.312.2214.4463.33
HexAF95940FF1F2e3f
Octal257225224017173721677
Binary10101111100101011001010001111111111111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9594; }

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

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

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

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

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

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

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

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