#A8B799

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

Shades of Norway #A8B799

Tints of Norway #A8B799

Color information

#A8B799 (or 0xA8B799) is unknown color: approx Norway. HEX triplet: A8, B7 and 99. RGB value is (168,183,153). Sum of RGB (Red+Green+Blue) = 168+183+153=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B799 is #574866. Grayscale: #AFAFAF. Windows color (decimal): -5720167 or 10074024. OLE color: 10074024.

HSL color Cylindrical-coordinate representation of color #A8B799: hue angle of 90º 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 #A8B799 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB168183153-
CMYK0.0800.160.28
HSL90º17.24%65.88%-
HSV(B)90º16.39%71.76%-
XYZ38.8344.4936.68-
YUV175.1115.53122.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=33.33%
G=36.31%
B=30.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831530.0800.160.289017.2465.88
HexA8B79980101C5a1142
Octal250267231100203413221102
Binary1010100010110111100110011000010000111001011010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B799; }

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

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

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

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

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

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

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

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