#A0AF94

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

Shades of Norway #A0AF94

Tints of Norway #A0AF94

Color information

#A0AF94 (or 0xA0AF94) is unknown color: approx Norway. HEX triplet: A0, AF and 94. RGB value is (160,175,148). Sum of RGB (Red+Green+Blue) = 160+175+148=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF94 is #5F506B. Grayscale: #A7A7A7. Windows color (decimal): -6246508 or 9744288. OLE color: 9744288.

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

Color convert

RGB160175148-
CMYK0.0900.150.31
HSL93.33º14.44%63.33%-
HSV(B)93.33º15.43%68.63%-
XYZ35.1740.2733.94-
YUV167.44117.03122.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=33.13%
G=36.23%
B=30.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751480.0900.150.3193.3314.4463.33
HexA0AF9490F1F5de3f
Octal24025722411017371351677
Binary1010000010101111100101001001011111111110111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF94; }

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

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

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

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

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

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

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

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