Html Css Color HEX #A69796 Dusty Grey

📋 copy color: '#A69796'

red 166 ◦ green 151 ◦ blue 150

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

Shades of Dusty Grey #A69796

Tints of Dusty Grey #A69796

RGB

 RED value IS 166 (65.23% from 255) = 35.55%

 GREEN value IS 151 (59.38% from 255) = 32.33%

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

R = 35.55%
G = 32.33%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A69796 (or 0xA69796) is known color: Dusty Grey. HEX triplet: A6, 97 and 96. RGB value is (166,151,150). Sum of RGB (Red+Green+Blue) = 166+151+150=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A69796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69796 is #596869. Grayscale: #9B9B9B. Windows color (decimal): -5859434 or 9869222. OLE color: 9869222.

HSL color Cylindrical-coordinate representation of color #A69796: hue angle of 3.75º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A69796 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 150 -
CMYK 0 0.09 0.10 0.35
HSL 3.75º 0.08% 0.62% -
HSV(B) 3.75º 0.1% 0.65% -
XYZ 32.3 32.44 33.41 -
YUV 155.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 166 151 150 0 0.09 0.10 0.35 3.75 0.08 0.62
Hex A6 97 96 0 9 A 23 4 8 3E
Octal 246 227 226 0 11 12 43 4 10 76
Binary 10100110 10010111 10010110 0 1001 1010 100011 100 1000 111110

Color Harmonies of #A69796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69796

Black with #A69796

Text Example


Text Example

White with #A69796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69796; }

 p { color: rgb(166,151,150); }

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

background-color css

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

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

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

border-color css

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

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

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