#A5B799

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

Shades of Norway #A5B799

Tints of Norway #A5B799

Color information

#A5B799 (or 0xA5B799) is unknown color: approx Norway. HEX triplet: A5, B7 and 99. RGB value is (165,183,153). Sum of RGB (Red+Green+Blue) = 165+183+153=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B799 is #5A4866. Grayscale: #AEAEAE. Windows color (decimal): -5916775 or 10074021. OLE color: 10074021.

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

Color convert

RGB165183153-
CMYK0.1000.160.28
HSL96º17.24%65.88%-
HSV(B)96º16.39%71.76%-
XYZ38.244.1736.65-
YUV174.2116.04121.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=32.93%
G=36.53%
B=30.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831530.1000.160.289617.2465.88
HexA5B799A0101C601142
Octal245267231120203414021102
Binary1010010110110111100110011010010000111001100000100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B799; }

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

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

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

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

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

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

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

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