#A9B897

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

Shades of Norway #A9B897

Tints of Norway #A9B897

Color information

#A9B897 (or 0xA9B897) is unknown color: approx Norway. HEX triplet: A9, B8 and 97. RGB value is (169,184,151). Sum of RGB (Red+Green+Blue) = 169+184+151=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B897 is #564768. Grayscale: #AFAFAF. Windows color (decimal): -5654377 or 9943209. OLE color: 9943209.

HSL color Cylindrical-coordinate representation of color #A9B897: hue angle of 87.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9B897 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB169184151-
CMYK0.0800.180.28
HSL87.27º18.86%65.69%-
HSV(B)87.27º17.93%72.16%-
XYZ39.0944.9535.89-
YUV175.75114.03123.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 184 (72.27% from 255) = 36.51%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=33.53%
G=36.51%
B=29.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691841510.0800.180.2887.2718.8665.69
HexA9B89780121C571342
Octal251270227100223412723102
Binary1010100110111000100101111000010010111001010111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B897; }

 p { color: rgb(169,184,151); }

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

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

 a { background-color: rgb(169,184,151); }

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

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

 span { border-color: rgb(169,184,151); }

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