Html Css Color HEX #A59695 Dusty Grey

📋 copy color: '#A59695'

red 165 ◦ green 150 ◦ blue 149

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

Shades of Dusty Grey #A59695

Tints of Dusty Grey #A59695

RGB

 RED value IS 165 (64.84% from 255) = 35.56%

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

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

R = 35.56%
G = 32.33%
B = 32.11%

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

#A59695 (or 0xA59695) is known color: Dusty Grey. HEX triplet: A5, 96 and 95. RGB value is (165,150,149). Sum of RGB (Red+Green+Blue) = 165+150+149=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 165 - color contains mainly: red. Hex color #A59695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59695 is #5A696A. Grayscale: #9A9A9A. Windows color (decimal): -5925227 or 9803429. OLE color: 9803429.

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

Color convert

RGB 165 150 149 -
CMYK 0 0.09 0.10 0.35
HSL 3.75º 0.08% 0.62% -
HSV(B) 3.75º 0.1% 0.65% -
XYZ 31.85 31.98 32.93 -
YUV 154.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 165 150 149 0 0.09 0.10 0.35 3.75 0.08 0.62
Hex A5 96 95 0 9 A 23 4 8 3E
Octal 245 226 225 0 11 12 43 4 10 76
Binary 10100101 10010110 10010101 0 1001 1010 100011 100 1000 111110

Color Harmonies of #A59695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59695

Black with #A59695

Text Example


Text Example

White with #A59695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59695; }

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

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

background-color css

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

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

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

border-color css

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

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

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