Html Css Color HEX #A5A297 Mountain Mist

📋 copy color: '#A5A297'

red 165 ◦ green 162 ◦ blue 151

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

Shades of Mountain Mist #A5A297

Tints of Mountain Mist #A5A297

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.89%

 BLUE value IS 151 (59.38% from 255) = 31.59%

R = 34.52%
G = 33.89%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A5A297 (or 0xA5A297) is known color: Mountain Mist. HEX triplet: A5, A2 and 97. RGB value is (165,162,151). Sum of RGB (Red+Green+Blue) = 165+162+151=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A297 is #5A5D68. Grayscale: #A1A1A1. Windows color (decimal): -5922153 or 9937573. OLE color: 9937573.

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

Color convert

RGB 165 162 151 -
CMYK 0 0.02 0.08 0.35
HSL 47.14º 0.07% 0.62% -
HSV(B) 47.14º 0.08% 0.65% -
XYZ 34.02 36.07 34.45 -
YUV 161.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 165 162 151 0 0.02 0.08 0.35 47.14 0.07 0.62
Hex A5 A2 97 0 2 8 23 2F 7 3E
Octal 245 242 227 0 2 10 43 57 7 76
Binary 10100101 10100010 10010111 0 10 1000 100011 101111 111 111110

Color Harmonies of #A5A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A297

Black with #A5A297

Text Example


Text Example

White with #A5A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A297; }

 p { color: rgb(165,162,151); }

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

background-color css

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

 a { background-color: rgb(165,162,151); }

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

border-color css

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

 span { border-color: rgb(165,162,151); }

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