#A2AC95

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

Shades of Norway #A2AC95

Tints of Norway #A2AC95

Color information

#A2AC95 (or 0xA2AC95) is unknown color: approx Norway. HEX triplet: A2, AC and 95. RGB value is (162,172,149). Sum of RGB (Red+Green+Blue) = 162+172+149=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AC95 is #5D536A. Grayscale: #A6A6A6. Windows color (decimal): -6116203 or 9809058. OLE color: 9809058.

HSL color Cylindrical-coordinate representation of color #A2AC95: hue angle of 86.09º 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 #A2AC95 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB162172149-
CMYK0.0600.130.33
HSL86.09º12.17%62.94%-
HSV(B)86.09º13.37%67.45%-
XYZ35.0839.3634.18-
YUV166.39118.19124.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=33.54%
G=35.61%
B=30.85%

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
Decimal1621721490.0600.130.3386.0912.1762.94
HexA2AC9560D2156c3f
Octal2422542256015411261477
Binary1010001010101100100101011100110110000110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC95; }

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

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

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

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

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

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

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

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