Html Css Color HEX #AF9595 Dusty Grey

📋 copy color: '#AF9595'

red 175 ◦ green 149 ◦ blue 149

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

Shades of Dusty Grey #AF9595

Tints of Dusty Grey #AF9595

RGB

 RED value IS 175 (68.75% from 255) = 37%

 GREEN value IS 149 (58.59% from 255) = 31.5%

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 37%
G = 31.5%
B = 31.5%

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

#AF9595 (or 0xAF9595) is known color: Dusty Grey. HEX triplet: AF, 95 and 95. RGB value is (175,149,149). Sum of RGB (Red+Green+Blue) = 175+149+149=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9595 is #506A6A. Grayscale: #9C9C9C. Windows color (decimal): -5270123 or 9803183. OLE color: 9803183.

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

Color convert

RGB 175 149 149 -
CMYK 0 0.15 0.15 0.31
HSL 0.14% 0.64% -
HSV(B) 0.15% 0.69% -
XYZ 33.85 32.78 32.98 -
YUV 156.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 175 149 149 0 0.15 0.15 0.31 0 0.14 0.64
Hex AF 95 95 0 F F 1F 0 E 40
Octal 257 225 225 0 17 17 37 0 16 100
Binary 10101111 10010101 10010101 0 1111 1111 11111 0 1110 1000000

Color Harmonies of #AF9595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9595

Black with #AF9595

Text Example


Text Example

White with #AF9595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9595; }

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

 H1.HeaderClassName
 {
   color: #AF9595;
 }
 .AnyTagClassName
 {
   color: #AF9595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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