#A9B59D

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

Shades of Norway #A9B59D

Tints of Norway #A9B59D

Color information

#A9B59D (or 0xA9B59D) is unknown color: approx Norway. HEX triplet: A9, B5 and 9D. RGB value is (169,181,157). Sum of RGB (Red+Green+Blue) = 169+181+157=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B59D is #564A62. Grayscale: #AEAEAE. Windows color (decimal): -5655139 or 10335657. OLE color: 10335657.

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

Color convert

RGB169181157-
CMYK0.0700.130.29
HSL90º13.95%66.27%-
HSV(B)90º13.26%70.98%-
XYZ38.9743.9238.32-
YUV174.68118.02123.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=33.33%
G=35.70%
B=30.97%

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
Decimal1691811570.0700.130.299013.9566.27
HexA9B59D70D1D5ae42
Octal25126523570153513216102
Binary1010100110110101100111011110110111101101101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B59D; }

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

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

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

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

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

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

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

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