Html Css Color HEX #AF9594 Dusty Grey

📋 copy color: '#AF9594'

red 175 ◦ green 149 ◦ blue 148

#AF9594
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #AF9594

Tints of Dusty Grey #AF9594

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.2% from 255) = 31.36%

R = 37.08%
G = 31.57%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF9594 (or 0xAF9594) is known color: 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

RGB 175 149 148 -
CMYK 0 0.15 0.15 0.31
HSL 2.22º 0.14% 0.63% -
HSV(B) 2.22º 0.15% 0.69% -
XYZ 33.77 32.75 32.56 -
YUV 156.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 175 149 148 0 0.15 0.15 0.31 2.22 0.14 0.63
Hex AF 95 94 0 F F 1F 2 E 3F
Octal 257 225 224 0 17 17 37 2 16 77
Binary 10101111 10010101 10010100 0 1111 1111 11111 10 1110 111111

Color Harmonies of #AF9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9594

Black with #AF9594

Text Example


Text Example

White with #AF9594

Text Example


Text Example

HTML Codes & Css Web 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>