#A1AF95

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

Shades of Norway #A1AF95

Tints of Norway #A1AF95

Color information

#A1AF95 (or 0xA1AF95) is unknown color: approx Norway. HEX triplet: A1, AF and 95. RGB value is (161,175,149). Sum of RGB (Red+Green+Blue) = 161+175+149=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF95 is #5E506A. Grayscale: #A7A7A7. Windows color (decimal): -6180971 or 9809825. OLE color: 9809825.

HSL color Cylindrical-coordinate representation of color #A1AF95: hue angle of 92.31º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1AF95 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB161175149-
CMYK0.0800.150.31
HSL92.31º13.98%63.53%-
HSV(B)92.31º14.86%68.63%-
XYZ35.4540.4134.36-
YUV167.85117.36123.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=33.20%
G=36.08%
B=30.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751490.0800.150.3192.3113.9863.53
HexA1AF9580F1F5ce40
Octal241257225100173713416100
Binary10100001101011111001010110000111111111101110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF95; }

 p { color: rgb(161,175,149); }

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

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

 a { background-color: rgb(161,175,149); }

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

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

 span { border-color: rgb(161,175,149); }

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