Html Css Color HEX #A29695 Dusty Grey

📋 copy color: '#A29695'

red 162 ◦ green 150 ◦ blue 149

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

Shades of Dusty Grey #A29695

Tints of Dusty Grey #A29695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.54%

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

R = 35.14%
G = 32.54%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A29695 (or 0xA29695) is known color: Dusty Grey. HEX triplet: A2, 96 and 95. RGB value is (162,150,149). Sum of RGB (Red+Green+Blue) = 162+150+149=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A29695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29695 is #5D696A. Grayscale: #999999. Windows color (decimal): -6121835 or 9803426. OLE color: 9803426.

HSL color Cylindrical-coordinate representation of color #A29695: hue angle of 4.62º 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 #A29695 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 150 149 -
CMYK 0 0.07 0.08 0.36
HSL 4.62º 0.07% 0.61% -
HSV(B) 4.62º 0.08% 0.64% -
XYZ 31.23 31.66 32.9 -
YUV 153.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 162 150 149 0 0.07 0.08 0.36 4.62 0.07 0.61
Hex A2 96 95 0 7 8 24 5 7 3D
Octal 242 226 225 0 7 10 44 5 7 75
Binary 10100010 10010110 10010101 0 111 1000 100100 101 111 111101

Color Harmonies of #A29695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29695

Black with #A29695

Text Example


Text Example

White with #A29695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29695; }

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

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

background-color css

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

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

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

border-color css

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

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

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