#A1AC92

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

Shades of Norway #A1AC92

Tints of Norway #A1AC92

Color information

#A1AC92 (or 0xA1AC92) is unknown color: approx Norway. HEX triplet: A1, AC and 92. RGB value is (161,172,146). Sum of RGB (Red+Green+Blue) = 161+172+146=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC92 is #5E536D. Grayscale: #A5A5A5. Windows color (decimal): -6181742 or 9612449. OLE color: 9612449.

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

Color convert

RGB161172146-
CMYK0.0600.150.33
HSL85.38º13.54%62.35%-
HSV(B)85.38º15.12%67.45%-
XYZ34.6439.1632.93-
YUV165.75116.86124.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=33.61%
G=35.91%
B=30.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721460.0600.150.3385.3813.5462.35
HexA1AC9260F2155e3e
Octal2412542226017411251676
Binary1010000110101100100100101100111110000110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AC92; }

 p { color: rgb(161,172,146); }

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

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

 a { background-color: rgb(161,172,146); }

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

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

 span { border-color: rgb(161,172,146); }

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