#A1AF89

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

Shades of Norway #A1AF89

Tints of Norway #A1AF89

Color information

#A1AF89 (or 0xA1AF89) is unknown color: approx Norway. HEX triplet: A1, AF and 89. RGB value is (161,175,137). Sum of RGB (Red+Green+Blue) = 161+175+137=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF89 is #5E5076. Grayscale: #A6A6A6. Windows color (decimal): -6180983 or 9023393. OLE color: 9023393.

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

Color convert

RGB161175137-
CMYK0.0800.220.31
HSL82.11º19.19%61.18%-
HSV(B)82.11º21.71%68.63%-
XYZ34.5440.0429.58-
YUV166.48111.36124.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=34.04%
G=37.00%
B=28.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751370.0800.220.3182.1119.1961.18
HexA1AF8980161F52133d
Octal24125721110026371222375
Binary101000011010111110001001100001011011111101001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF89; }

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

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

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

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

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

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

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

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