Html Css Color HEX #A5A29B Mountain Mist

📋 copy color: '#A5A29B'

red 165 ◦ green 162 ◦ blue 155

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

Shades of Mountain Mist #A5A29B

Tints of Mountain Mist #A5A29B

RGB

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

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

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

R = 34.23%
G = 33.61%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5A29B (or 0xA5A29B) is known color: Mountain Mist. HEX triplet: A5, A2 and 9B. RGB value is (165,162,155). Sum of RGB (Red+Green+Blue) = 165+162+155=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A29B is #5A5D64. Grayscale: #A2A2A2. Windows color (decimal): -5922149 or 10199717. OLE color: 10199717.

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

Color convert

RGB 165 162 155 -
CMYK 0 0.02 0.06 0.35
HSL 42º 0.05% 0.63% -
HSV(B) 42º 0.06% 0.65% -
XYZ 34.35 36.21 36.19 -
YUV 162.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 165 162 155 0 0.02 0.06 0.35 42 0.05 0.63
Hex A5 A2 9B 0 2 6 23 2A 5 3F
Octal 245 242 233 0 2 6 43 52 5 77
Binary 10100101 10100010 10011011 0 10 110 100011 101010 101 111111

Color Harmonies of #A5A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A29B

Black with #A5A29B

Text Example


Text Example

White with #A5A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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