Html Css Color HEX #A0AA99 Norway

📋 copy color: '#A0AA99'

red 160 ◦ green 170 ◦ blue 153

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

Shades of Norway #A0AA99

Tints of Norway #A0AA99

RGB

 RED value IS 160 (62.89% from 255) = 33.13%

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

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

R = 33.13%
G = 35.2%
B = 31.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#A0AA99 (or 0xA0AA99) is known color: Norway. HEX triplet: A0, AA and 99. RGB value is (160,170,153). Sum of RGB (Red+Green+Blue) = 160+170+153=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA99 is #5F5566. Grayscale: #A5A5A5. Windows color (decimal): -6247783 or 10070688. OLE color: 10070688.

HSL color Cylindrical-coordinate representation of color #A0AA99: hue angle of 95.29º 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 #A0AA99 is Cyan = 0.06, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 170 153 -
CMYK 0.06 0 0.1 0.33
HSL 95.29º 0.09% 0.63% -
HSV(B) 95.29º 0.1% 0.67% -
XYZ 34.62 38.52 35.75 -
YUV 165.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 160 170 153 0.06 0 0.1 0.33 95.29 0.09 0.63
Hex A0 AA 99 6 0 A 21 5F 9 3F
Octal 240 252 231 6 0 12 41 137 11 77
Binary 10100000 10101010 10011001 110 0 1010 100001 1011111 1001 111111

Color Harmonies of #A0AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA99

Black with #A0AA99

Text Example


Text Example

White with #A0AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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