Html Css Color HEX #A9A59B Mountain Mist

📋 copy color: '#A9A59B'

red 169 ◦ green 165 ◦ blue 155

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

Shades of Mountain Mist #A9A59B

Tints of Mountain Mist #A9A59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.74%

 BLUE value IS 155 (60.94% from 255) = 31.7%

R = 34.56%
G = 33.74%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9A59B (or 0xA9A59B) is known color: Mountain Mist. HEX triplet: A9, A5 and 9B. RGB value is (169,165,155). Sum of RGB (Red+Green+Blue) = 169+165+155=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A59B is #565A64. Grayscale: #A5A5A5. Windows color (decimal): -5659237 or 10200489. OLE color: 10200489.

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

Color convert

RGB 169 165 155 -
CMYK 0 0.02 0.08 0.34
HSL 42.86º 0.08% 0.64% -
HSV(B) 42.86º 0.08% 0.66% -
XYZ 35.73 37.71 36.41 -
YUV 165.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 169 165 155 0 0.02 0.08 0.34 42.86 0.08 0.64
Hex A9 A5 9B 0 2 8 22 2B 8 40
Octal 251 245 233 0 2 10 42 53 10 100
Binary 10101001 10100101 10011011 0 10 1000 100010 101011 1000 1000000

Color Harmonies of #A9A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A59B

Black with #A9A59B

Text Example


Text Example

White with #A9A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A59B; }

 p { color: rgb(169,165,155); }

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

background-color css

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

 a { background-color: rgb(169,165,155); }

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

border-color css

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

 span { border-color: rgb(169,165,155); }

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