#A8B59C

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

Shades of Norway #A8B59C

Tints of Norway #A8B59C

Color information

#A8B59C (or 0xA8B59C) is unknown color: approx Norway. HEX triplet: A8, B5 and 9C. RGB value is (168,181,156). Sum of RGB (Red+Green+Blue) = 168+181+156=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B59C is #574A63. Grayscale: #AEAEAE. Windows color (decimal): -5720676 or 10270120. OLE color: 10270120.

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

Color convert

RGB168181156-
CMYK0.0700.140.29
HSL91.2º14.45%66.08%-
HSV(B)91.2º13.81%70.98%-
XYZ38.6743.7737.86-
YUV174.26117.69123.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 181 (71.09% from 255) = 35.84%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=33.27%
G=35.84%
B=30.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811560.0700.140.2991.214.4566.08
HexA8B59C70E1D5be42
Octal25026523470163513316102
Binary1010100010110101100111001110111011101101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B59C; }

 p { color: rgb(168,181,156); }

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

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

 a { background-color: rgb(168,181,156); }

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

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

 span { border-color: rgb(168,181,156); }

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