#A7B599

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

Shades of Norway #A7B599

Tints of Norway #A7B599

Color information

#A7B599 (or 0xA7B599) is unknown color: approx Norway. HEX triplet: A7, B5 and 99. RGB value is (167,181,153). Sum of RGB (Red+Green+Blue) = 167+181+153=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B599 is #584A66. Grayscale: #ADADAD. Windows color (decimal): -5786215 or 10073511. OLE color: 10073511.

HSL color Cylindrical-coordinate representation of color #A7B599: hue angle of 90º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7B599 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB167181153-
CMYK0.0800.150.29
HSL90º15.91%65.49%-
HSV(B)90º15.47%70.98%-
XYZ38.2143.5636.53-
YUV173.62116.36123.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=33.33%
G=36.13%
B=30.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671811530.0800.150.299015.9165.49
HexA7B59980F1D5a1041
Octal247265231100173513220101
Binary101001111011010110011001100001111111011011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B599; }

 p { color: rgb(167,181,153); }

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

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

 a { background-color: rgb(167,181,153); }

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

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

 span { border-color: rgb(167,181,153); }

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