#A1AC94

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

Shades of Norway #A1AC94

Tints of Norway #A1AC94

Color information

#A1AC94 (or 0xA1AC94) is unknown color: approx Norway. HEX triplet: A1, AC and 94. RGB value is (161,172,148). Sum of RGB (Red+Green+Blue) = 161+172+148=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC94 is #5E536B. Grayscale: #A6A6A6. Windows color (decimal): -6181740 or 9743521. OLE color: 9743521.

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

Color convert

RGB161172148-
CMYK0.0600.140.33
HSL87.5º12.63%62.75%-
HSV(B)87.5º13.95%67.45%-
XYZ34.839.2233.75-
YUV165.98117.86124.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=33.47%
G=35.76%
B=30.77%

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
Decimal1611721480.0600.140.3387.512.6362.75
HexA1AC9460E2157d3f
Octal2412542246016411271577
Binary1010000110101100100101001100111010000110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AC94; }

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

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

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

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

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

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

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

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