Html Css Color HEX #A2AA99 Norway

📋 copy color: '#A2AA99'

red 162 ◦ green 170 ◦ blue 153

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

Shades of Norway #A2AA99

Tints of Norway #A2AA99

RGB

 RED value IS 162 (63.67% from 255) = 33.4%

 GREEN value IS 170 (66.8% from 255) = 35.05%

 BLUE value IS 153 (60.16% from 255) = 31.55%

R = 33.4%
G = 35.05%
B = 31.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#A2AA99 (or 0xA2AA99) is known color: Norway. HEX triplet: A2, AA and 99. RGB value is (162,170,153). Sum of RGB (Red+Green+Blue) = 162+170+153=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA99 is #5D5566. Grayscale: #A5A5A5. Windows color (decimal): -6116711 or 10070690. OLE color: 10070690.

HSL color Cylindrical-coordinate representation of color #A2AA99: hue angle of 88.24º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2AA99 is Cyan = 0.05, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 170 153 -
CMYK 0.05 0 0.1 0.33
HSL 88.24º 0.09% 0.63% -
HSV(B) 88.24º 0.1% 0.67% -
XYZ 35.02 38.73 35.77 -
YUV 165.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 162 170 153 0.05 0 0.1 0.33 88.24 0.09 0.63
Hex A2 AA 99 5 0 A 21 58 9 3F
Octal 242 252 231 5 0 12 41 130 11 77
Binary 10100010 10101010 10011001 101 0 1010 100001 1011000 1001 111111

Color Harmonies of #A2AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA99

Black with #A2AA99

Text Example


Text Example

White with #A2AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA99; }

 p { color: rgb(162,170,153); }

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

background-color css

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

 a { background-color: rgb(162,170,153); }

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

border-color css

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

 span { border-color: rgb(162,170,153); }

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