#A0AC88

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

Shades of Norway #A0AC88

Tints of Norway #A0AC88

Color information

#A0AC88 (or 0xA0AC88) is unknown color: approx Norway. HEX triplet: A0, AC and 88. RGB value is (160,172,136). Sum of RGB (Red+Green+Blue) = 160+172+136=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC88 is #5F5377. Grayscale: #A4A4A4. Windows color (decimal): -6247288 or 8957088. OLE color: 8957088.

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

Color convert

RGB160172136-
CMYK0.0700.210.33
HSL80º17.82%60.39%-
HSV(B)80º20.93%67.45%-
XYZ33.6938.7629-
YUV164.31112.02124.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 136 (53.52% from 255) = 29.06%
R=34.19%
G=36.75%
B=29.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721360.0700.210.338017.8260.39
HexA0AC8870152150123c
Octal2402542107025411202274
Binary101000001010110010001000111010101100001101000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC88; }

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

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

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

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

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

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

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

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