#A0AC93

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

Shades of Norway #A0AC93

Tints of Norway #A0AC93

Color information

#A0AC93 (or 0xA0AC93) is unknown color: approx Norway. HEX triplet: A0, AC and 93. RGB value is (160,172,147). Sum of RGB (Red+Green+Blue) = 160+172+147=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC93 is #5F536C. Grayscale: #A5A5A5. Windows color (decimal): -6247277 or 9677984. OLE color: 9677984.

HSL color Cylindrical-coordinate representation of color #A0AC93: hue angle of 88.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0AC93 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB160172147-
CMYK0.0700.150.33
HSL88.8º13.09%62.55%-
HSV(B)88.8º14.53%67.45%-
XYZ34.5239.0933.33-
YUV165.56117.52124.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=33.40%
G=35.91%
B=30.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721470.0700.150.3388.813.0962.55
HexA0AC9370F2159d3f
Octal2402542237017411311577
Binary1010000010101100100100111110111110000110110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC93; }

 p { color: rgb(160,172,147); }

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

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

 a { background-color: rgb(160,172,147); }

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

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

 span { border-color: rgb(160,172,147); }

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