Html Css Color HEX #A39595 Dusty Grey

📋 copy color: '#A39595'

red 163 ◦ green 149 ◦ blue 149

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

Shades of Dusty Grey #A39595

Tints of Dusty Grey #A39595

RGB

 RED value IS 163 (64.06% from 255) = 35.36%

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

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

R = 35.36%
G = 32.32%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A39595 (or 0xA39595) is known color: Dusty Grey. HEX triplet: A3, 95 and 95. RGB value is (163,149,149). Sum of RGB (Red+Green+Blue) = 163+149+149=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 163 - color contains mainly: red. Hex color #A39595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39595 is #5C6A6A. Grayscale: #999999. Windows color (decimal): -6056555 or 9803171. OLE color: 9803171.

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

Color convert

RGB 163 149 149 -
CMYK 0 0.09 0.09 0.36
HSL 0.07% 0.61% -
HSV(B) 0.09% 0.64% -
XYZ 31.28 31.45 32.86 -
YUV 153.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 163 149 149 0 0.09 0.09 0.36 0 0.07 0.61
Hex A3 95 95 0 9 9 24 0 7 3D
Octal 243 225 225 0 11 11 44 0 7 75
Binary 10100011 10010101 10010101 0 1001 1001 100100 0 111 111101

Color Harmonies of #A39595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39595

Black with #A39595

Text Example


Text Example

White with #A39595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39595; }

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

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

background-color css

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

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

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

border-color css

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

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

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