#A5B299

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

Shades of Norway #A5B299

Tints of Norway #A5B299

Color information

#A5B299 (or 0xA5B299) is unknown color: approx Norway. HEX triplet: A5, B2 and 99. RGB value is (165,178,153). Sum of RGB (Red+Green+Blue) = 165+178+153=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B299 is #5A4D66. Grayscale: #ABABAB. Windows color (decimal): -5918055 or 10072741. OLE color: 10072741.

HSL color Cylindrical-coordinate representation of color #A5B299: hue angle of 91.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5B299 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB165178153-
CMYK0.0700.140.30
HSL91.2º13.97%64.9%-
HSV(B)91.2º14.04%69.8%-
XYZ37.1942.1436.31-
YUV171.26117.69123.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=33.27%
G=35.89%
B=30.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651781530.0700.140.3091.213.9764.9
HexA5B29970E1E5be41
Octal24526223170163613316101
Binary1010010110110010100110011110111011110101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B299; }

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

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

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

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

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

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

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

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