Html Css Color HEX #A69595 Dusty Grey

📋 copy color: '#A69595'

red 166 ◦ green 149 ◦ blue 149

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

Shades of Dusty Grey #A69595

Tints of Dusty Grey #A69595

RGB

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

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

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

R = 35.78%
G = 32.11%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A69595 (or 0xA69595) is known color: Dusty Grey. HEX triplet: A6, 95 and 95. RGB value is (166,149,149). Sum of RGB (Red+Green+Blue) = 166+149+149=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A69595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69595 is #596A6A. Grayscale: #9A9A9A. Windows color (decimal): -5859947 or 9803174. OLE color: 9803174.

HSL color Cylindrical-coordinate representation of color #A69595: hue angle of 0º degrees, saturation: 0.09, 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 #A69595 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 149 149 -
CMYK 0 0.10 0.10 0.35
HSL 0.09% 0.62% -
HSV(B) 0.1% 0.65% -
XYZ 31.9 31.77 32.89 -
YUV 154.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 166 149 149 0 0.10 0.10 0.35 0 0.09 0.62
Hex A6 95 95 0 A A 23 0 9 3E
Octal 246 225 225 0 12 12 43 0 11 76
Binary 10100110 10010101 10010101 0 1010 1010 100011 0 1001 111110

Color Harmonies of #A69595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69595

Black with #A69595

Text Example


Text Example

White with #A69595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69595; }

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

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

background-color css

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

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

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

border-color css

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

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

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