#A0AF97

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

Shades of Norway #A0AF97

Tints of Norway #A0AF97

Color information

#A0AF97 (or 0xA0AF97) is unknown color: approx Norway. HEX triplet: A0, AF and 97. RGB value is (160,175,151). Sum of RGB (Red+Green+Blue) = 160+175+151=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF97 is #5F5068. Grayscale: #A7A7A7. Windows color (decimal): -6246505 or 9940896. OLE color: 9940896.

HSL color Cylindrical-coordinate representation of color #A0AF97: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0AF97 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB160175151-
CMYK0.0900.140.31
HSL97.5º13.04%63.92%-
HSV(B)97.5º13.71%68.63%-
XYZ35.4140.3735.2-
YUV167.78118.53122.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=32.92%
G=36.01%
B=31.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751510.0900.140.3197.513.0463.92
HexA0AF9790E1F61d40
Octal240257227110163714115100
Binary10100000101011111001011110010111011111110000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF97; }

 p { color: rgb(160,175,151); }

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

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

 a { background-color: rgb(160,175,151); }

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

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

 span { border-color: rgb(160,175,151); }

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