#A5B099

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

Shades of Norway #A5B099

Tints of Norway #A5B099

Color information

#A5B099 (or 0xA5B099) is unknown color: approx Norway. HEX triplet: A5, B0 and 99. RGB value is (165,176,153). Sum of RGB (Red+Green+Blue) = 165+176+153=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B099 is #5A4F66. Grayscale: #AAAAAA. Windows color (decimal): -5918567 or 10072229. OLE color: 10072229.

HSL color Cylindrical-coordinate representation of color #A5B099: hue angle of 88.7º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5B099 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB165176153-
CMYK0.0600.130.31
HSL88.7º12.71%64.51%-
HSV(B)88.7º13.07%69.02%-
XYZ36.7941.3536.18-
YUV170.09118.36124.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=33.40%
G=35.63%
B=30.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651761530.0600.130.3188.712.7164.51
HexA5B09960D1F59d41
Octal24526023160153713115101
Binary1010010110110000100110011100110111111101100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B099; }

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

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

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

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

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

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

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

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