#A0AC8E

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

Shades of Norway #A0AC8E

Tints of Norway #A0AC8E

Color information

#A0AC8E (or 0xA0AC8E) is unknown color: approx Norway. HEX triplet: A0, AC and 8E. RGB value is (160,172,142). Sum of RGB (Red+Green+Blue) = 160+172+142=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC8E is #5F5371. Grayscale: #A5A5A5. Windows color (decimal): -6247282 or 9350304. OLE color: 9350304.

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

Color convert

RGB160172142-
CMYK0.0700.170.33
HSL84º15.31%61.57%-
HSV(B)84º17.44%67.45%-
XYZ34.1338.9331.31-
YUV164.99115.02124.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=33.76%
G=36.29%
B=29.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721420.0700.170.338415.3161.57
HexA0AC8E70112154f3e
Octal2402542167021411241776
Binary10100000101011001000111011101000110000110101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC8E; }

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

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

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

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

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

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

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

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