Html Css Color HEX #A8A59C Mountain Mist

📋 copy color: '#A8A59C'

red 168 ◦ green 165 ◦ blue 156

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

Shades of Mountain Mist #A8A59C

Tints of Mountain Mist #A8A59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.9%

R = 34.36%
G = 33.74%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8A59C (or 0xA8A59C) is known color: Mountain Mist. HEX triplet: A8, A5 and 9C. RGB value is (168,165,156). Sum of RGB (Red+Green+Blue) = 168+165+156=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A59C is #575A63. Grayscale: #A4A4A4. Windows color (decimal): -5724772 or 10266024. OLE color: 10266024.

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

Color convert

RGB 168 165 156 -
CMYK 0 0.02 0.07 0.34
HSL 45º 0.06% 0.64% -
HSV(B) 45º 0.07% 0.66% -
XYZ 35.6 37.64 36.84 -
YUV 164.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 168 165 156 0 0.02 0.07 0.34 45 0.06 0.64
Hex A8 A5 9C 0 2 7 22 2D 6 40
Octal 250 245 234 0 2 7 42 55 6 100
Binary 10101000 10100101 10011100 0 10 111 100010 101101 110 1000000

Color Harmonies of #A8A59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A59C

Black with #A8A59C

Text Example


Text Example

White with #A8A59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A59C; }

 p { color: rgb(168,165,156); }

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

background-color css

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

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

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

border-color css

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

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

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