#A2AC94

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

Shades of Norway #A2AC94

Tints of Norway #A2AC94

Color information

#A2AC94 (or 0xA2AC94) is unknown color: approx Norway. HEX triplet: A2, AC and 94. RGB value is (162,172,148). Sum of RGB (Red+Green+Blue) = 162+172+148=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AC94 is #5D536B. Grayscale: #A6A6A6. Windows color (decimal): -6116204 or 9743522. OLE color: 9743522.

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

Color convert

RGB162172148-
CMYK0.0600.140.33
HSL85º12.63%62.75%-
HSV(B)85º13.95%67.45%-
XYZ3539.3233.76-
YUV166.27117.69124.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=33.61%
G=35.68%
B=30.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621721480.0600.140.338512.6362.75
HexA2AC9460E2155d3f
Octal2422542246016411251577
Binary1010001010101100100101001100111010000110101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC94; }

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

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

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

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

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

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

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

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