Html Css Color HEX #A29595 Dusty Grey

📋 copy color: '#A29595'

red 162 ◦ green 149 ◦ blue 149

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

Shades of Dusty Grey #A29595

Tints of Dusty Grey #A29595

RGB

 RED value IS 162 (63.67% from 255) = 35.22%

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

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

R = 35.22%
G = 32.39%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A29595 (or 0xA29595) is known color: Dusty Grey. HEX triplet: A2, 95 and 95. RGB value is (162,149,149). Sum of RGB (Red+Green+Blue) = 162+149+149=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29595 is #5D6A6A. Grayscale: #989898. Windows color (decimal): -6122091 or 9803170. OLE color: 9803170.

HSL color Cylindrical-coordinate representation of color #A29595: 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.08%. Process color model (Four color, CMYK) of #A29595 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 149 149 -
CMYK 0 0.08 0.08 0.36
HSL 0.07% 0.61% -
HSV(B) 0.08% 0.64% -
XYZ 31.07 31.35 32.85 -
YUV 152.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 162 149 149 0 0.08 0.08 0.36 0 0.07 0.61
Hex A2 95 95 0 8 8 24 0 7 3D
Octal 242 225 225 0 10 10 44 0 7 75
Binary 10100010 10010101 10010101 0 1000 1000 100100 0 111 111101

Color Harmonies of #A29595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29595

Black with #A29595

Text Example


Text Example

White with #A29595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29595; }

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

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

background-color css

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

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

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

border-color css

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

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

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