Html Css Color HEX #A5A298 Mountain Mist

📋 copy color: '#A5A298'

red 165 ◦ green 162 ◦ blue 152

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

Shades of Mountain Mist #A5A298

Tints of Mountain Mist #A5A298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.73%

R = 34.45%
G = 33.82%
B = 31.73%

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

#A5A298 (or 0xA5A298) is known color: Mountain Mist. HEX triplet: A5, A2 and 98. RGB value is (165,162,152). Sum of RGB (Red+Green+Blue) = 165+162+152=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A298 is #5A5D67. Grayscale: #A1A1A1. Windows color (decimal): -5922152 or 10003109. OLE color: 10003109.

HSL color Cylindrical-coordinate representation of color #A5A298: hue angle of 46.15º 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 #A5A298 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 162 152 -
CMYK 0 0.02 0.08 0.35
HSL 46.15º 0.07% 0.62% -
HSV(B) 46.15º 0.08% 0.65% -
XYZ 34.1 36.11 34.88 -
YUV 161.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 165 162 152 0 0.02 0.08 0.35 46.15 0.07 0.62
Hex A5 A2 98 0 2 8 23 2E 7 3E
Octal 245 242 230 0 2 10 43 56 7 76
Binary 10100101 10100010 10011000 0 10 1000 100011 101110 111 111110

Color Harmonies of #A5A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A298

Black with #A5A298

Text Example


Text Example

White with #A5A298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A298; }

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

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

background-color css

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

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

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

border-color css

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

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

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