Html Css Color HEX #A89696 Dusty Grey

📋 copy color: '#A89696'

red 168 ◦ green 150 ◦ blue 150

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

Shades of Dusty Grey #A89696

Tints of Dusty Grey #A89696

RGB

 RED value IS 168 (66.02% from 255) = 35.9%

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

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

R = 35.9%
G = 32.05%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A89696 (or 0xA89696) is known color: Dusty Grey. HEX triplet: A8, 96 and 96. RGB value is (168,150,150). Sum of RGB (Red+Green+Blue) = 168+150+150=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 168 - color contains mainly: red. Hex color #A89696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89696 is #576969. Grayscale: #9B9B9B. Windows color (decimal): -5728618 or 9868968. OLE color: 9868968.

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

Color convert

RGB 168 150 150 -
CMYK 0 0.11 0.11 0.34
HSL 0.09% 0.62% -
HSV(B) 0.11% 0.66% -
XYZ 32.56 32.34 33.38 -
YUV 155.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 168 150 150 0 0.11 0.11 0.34 0 0.09 0.62
Hex A8 96 96 0 B B 22 0 9 3E
Octal 250 226 226 0 13 13 42 0 11 76
Binary 10101000 10010110 10010110 0 1011 1011 100010 0 1001 111110

Color Harmonies of #A89696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89696

Black with #A89696

Text Example


Text Example

White with #A89696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89696; }

 p { color: rgb(168,150,150); }

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

background-color css

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

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

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

border-color css

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

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

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