#A9B69D

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

Shades of Norway #A9B69D

Tints of Norway #A9B69D

Color information

#A9B69D (or 0xA9B69D) is unknown color: approx Norway. HEX triplet: A9, B6 and 9D. RGB value is (169,182,157). Sum of RGB (Red+Green+Blue) = 169+182+157=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B69D is #564962. Grayscale: #AFAFAF. Windows color (decimal): -5654883 or 10335913. OLE color: 10335913.

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

Color convert

RGB169182157-
CMYK0.0700.140.29
HSL91.2º14.62%66.47%-
HSV(B)91.2º13.74%71.37%-
XYZ39.1844.3338.39-
YUV175.26117.69123.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 182 (71.48% from 255) = 35.83%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=33.27%
G=35.83%
B=30.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821570.0700.140.2991.214.6266.47
HexA9B69D70E1D5bf42
Octal25126623570163513317102
Binary1010100110110110100111011110111011101101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B69D; }

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

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

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

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

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

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

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

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