#A0AF95

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

Shades of Norway #A0AF95

Tints of Norway #A0AF95

Color information

#A0AF95 (or 0xA0AF95) is unknown color: approx Norway. HEX triplet: A0, AF and 95. RGB value is (160,175,149). Sum of RGB (Red+Green+Blue) = 160+175+149=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF95 is #5F506A. Grayscale: #A7A7A7. Windows color (decimal): -6246507 or 9809824. OLE color: 9809824.

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

Color convert

RGB160175149-
CMYK0.0900.150.31
HSL94.62º13.98%63.53%-
HSV(B)94.62º14.86%68.63%-
XYZ35.2540.334.36-
YUV167.55117.53122.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=33.06%
G=36.16%
B=30.79%

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
Decimal1601751490.0900.150.3194.6213.9863.53
HexA0AF9590F1F5fe40
Octal240257225110173713716100
Binary10100000101011111001010110010111111111101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF95; }

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

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

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

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

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

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

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

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