Html Css Color HEX #A99896 Dusty Grey

📋 copy color: '#A99896'

red 169 ◦ green 152 ◦ blue 150

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

Shades of Dusty Grey #A99896

Tints of Dusty Grey #A99896

RGB

 RED value IS 169 (66.41% from 255) = 35.88%

 GREEN value IS 152 (59.77% from 255) = 32.27%

 BLUE value IS 150 (58.98% from 255) = 31.85%

R = 35.88%
G = 32.27%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A99896 (or 0xA99896) is known color: Dusty Grey. HEX triplet: A9, 98 and 96. RGB value is (169,152,150). Sum of RGB (Red+Green+Blue) = 169+152+150=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 169 - color contains mainly: red. Hex color #A99896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99896 is #566769. Grayscale: #9C9C9C. Windows color (decimal): -5662570 or 9869481. OLE color: 9869481.

HSL color Cylindrical-coordinate representation of color #A99896: hue angle of 6.32º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99896 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 152 150 -
CMYK 0 0.10 0.11 0.34
HSL 6.32º 0.1% 0.63% -
HSV(B) 6.32º 0.11% 0.66% -
XYZ 33.1 33.09 33.5 -
YUV 156.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 169 152 150 0 0.10 0.11 0.34 6.32 0.1 0.63
Hex A9 98 96 0 A B 22 6 A 3F
Octal 251 230 226 0 12 13 42 6 12 77
Binary 10101001 10011000 10010110 0 1010 1011 100010 110 1010 111111

Color Harmonies of #A99896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99896

Black with #A99896

Text Example


Text Example

White with #A99896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99896; }

 p { color: rgb(169,152,150); }

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

background-color css

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

 a { background-color: rgb(169,152,150); }

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

border-color css

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

 span { border-color: rgb(169,152,150); }

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