#A9B69F

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

Shades of Norway #A9B69F

Tints of Norway #A9B69F

Color information

#A9B69F (or 0xA9B69F) is unknown color: approx Norway. HEX triplet: A9, B6 and 9F. RGB value is (169,182,159). Sum of RGB (Red+Green+Blue) = 169+182+159=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B69F is #564960. Grayscale: #AFAFAF. Windows color (decimal): -5654881 or 10466985. OLE color: 10466985.

HSL color Cylindrical-coordinate representation of color #A9B69F: hue angle of 93.91º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9B69F is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB169182159-
CMYK0.0700.130.29
HSL93.91º13.61%66.86%-
HSV(B)93.91º12.64%71.37%-
XYZ39.3544.3939.3-
YUV175.49118.69123.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=33.14%
G=35.69%
B=31.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821590.0700.130.2993.9113.6166.86
HexA9B69F70D1D5ee43
Octal25126623770153513616103
Binary1010100110110110100111111110110111101101111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B69F; }

 p { color: rgb(169,182,159); }

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

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

 a { background-color: rgb(169,182,159); }

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

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

 span { border-color: rgb(169,182,159); }

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