#A0AA92

Color #A0AA92 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A0AA92

Tints of Norway #A0AA92

Color information

#A0AA92 (or 0xA0AA92) is unknown color: approx Norway. HEX triplet: A0, AA and 92. RGB value is (160,170,146). Sum of RGB (Red+Green+Blue) = 160+170+146=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA92 is #5F556D. Grayscale: #A4A4A4. Windows color (decimal): -6247790 or 9611936. OLE color: 9611936.

HSL color Cylindrical-coordinate representation of color #A0AA92: hue angle of 85º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0AA92 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB160170146-
CMYK0.0600.140.33
HSL85º12.37%61.96%-
HSV(B)85º14.12%66.67%-
XYZ34.0638.332.79-
YUV164.27117.69124.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 146 (57.42% from 255) = 30.67%
R=33.61%
G=35.71%
B=30.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601701460.0600.140.338512.3761.96
HexA0AA9260E2155c3e
Octal2402522226016411251476
Binary1010000010101010100100101100111010000110101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA92; }

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

 H1.HeaderClassName
 {
   color: #A0AA92;
 }
 .AnyTagClassName
 {
   color: #A0AA92;
 }
</style>
background-color css

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

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

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

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

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

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