#A9B59A

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

Shades of Norway #A9B59A

Tints of Norway #A9B59A

Color information

#A9B59A (or 0xA9B59A) is unknown color: approx Norway. HEX triplet: A9, B5 and 9A. RGB value is (169,181,154). Sum of RGB (Red+Green+Blue) = 169+181+154=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B59A is #564A65. Grayscale: #AEAEAE. Windows color (decimal): -5655142 or 10139049. OLE color: 10139049.

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

Color convert

RGB169181154-
CMYK0.0700.150.29
HSL86.67º15.43%65.69%-
HSV(B)86.67º14.92%70.98%-
XYZ38.7243.8236.99-
YUV174.33116.52124.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=33.53%
G=35.91%
B=30.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691811540.0700.150.2986.6715.4365.69
HexA9B59A70F1D57f42
Octal25126523270173512717102
Binary1010100110110101100110101110111111101101011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B59A; }

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

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

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

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

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

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

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

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