#A9B59C

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

Shades of Norway #A9B59C

Tints of Norway #A9B59C

Color information

#A9B59C (or 0xA9B59C) is unknown color: approx Norway. HEX triplet: A9, B5 and 9C. RGB value is (169,181,156). Sum of RGB (Red+Green+Blue) = 169+181+156=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B59C is #564A63. Grayscale: #AEAEAE. Windows color (decimal): -5655140 or 10270121. OLE color: 10270121.

HSL color Cylindrical-coordinate representation of color #A9B59C: hue angle of 88.8º degrees, saturation: 0.14, 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 #A9B59C is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB169181156-
CMYK0.0700.140.29
HSL88.8º14.45%66.08%-
HSV(B)88.8º13.81%70.98%-
XYZ38.8943.8837.87-
YUV174.56117.52124.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=33.40%
G=35.77%
B=30.83%

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
Decimal1691811560.0700.140.2988.814.4566.08
HexA9B59C70E1D59e42
Octal25126523470163513116102
Binary1010100110110101100111001110111011101101100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B59C; }

 p { color: rgb(169,181,156); }

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

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

 a { background-color: rgb(169,181,156); }

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

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

 span { border-color: rgb(169,181,156); }

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