#A2AC96

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

Shades of Norway #A2AC96

Tints of Norway #A2AC96

Color information

#A2AC96 (or 0xA2AC96) is unknown color: approx Norway. HEX triplet: A2, AC and 96. RGB value is (162,172,150). Sum of RGB (Red+Green+Blue) = 162+172+150=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AC96 is #5D5369. Grayscale: #A6A6A6. Windows color (decimal): -6116202 or 9874594. OLE color: 9874594.

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

Color convert

RGB162172150-
CMYK0.0600.130.33
HSL87.27º11.7%63.14%-
HSV(B)87.27º12.79%67.45%-
XYZ35.1639.3934.6-
YUV166.5118.69124.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=33.47%
G=35.54%
B=30.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621721500.0600.130.3387.2711.763.14
HexA2AC9660D2157c3f
Octal2422542266015411271477
Binary1010001010101100100101101100110110000110101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC96; }

 p { color: rgb(162,172,150); }

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

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

 a { background-color: rgb(162,172,150); }

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

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

 span { border-color: rgb(162,172,150); }

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