#A5B899

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

Shades of Norway #A5B899

Tints of Norway #A5B899

Color information

#A5B899 (or 0xA5B899) is unknown color: approx Norway. HEX triplet: A5, B8 and 99. RGB value is (165,184,153). Sum of RGB (Red+Green+Blue) = 165+184+153=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B899 is #5A4766. Grayscale: #AEAEAE. Windows color (decimal): -5916519 or 10074277. OLE color: 10074277.

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

Color convert

RGB165184153-
CMYK0.1000.170.28
HSL96.77º17.92%66.08%-
HSV(B)96.77º16.85%72.16%-
XYZ38.4144.5836.72-
YUV174.78115.71121.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=32.87%
G=36.65%
B=30.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651841530.1000.170.2896.7717.9266.08
HexA5B899A0111C611242
Octal245270231120213414122102
Binary1010010110111000100110011010010001111001100001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B899; }

 p { color: rgb(165,184,153); }

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

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

 a { background-color: rgb(165,184,153); }

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

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

 span { border-color: rgb(165,184,153); }

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