#A8B49E

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

Shades of Norway #A8B49E

Tints of Norway #A8B49E

Color information

#A8B49E (or 0xA8B49E) is unknown color: approx Norway. HEX triplet: A8, B4 and 9E. RGB value is (168,180,158). Sum of RGB (Red+Green+Blue) = 168+180+158=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B49E is #574B61. Grayscale: #ADADAD. Windows color (decimal): -5720930 or 10400936. OLE color: 10400936.

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

Color convert

RGB168180158-
CMYK0.0700.120.29
HSL92.73º12.79%66.27%-
HSV(B)92.73º12.22%70.59%-
XYZ38.6443.4438.7-
YUV173.9119.02123.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=33.20%
G=35.57%
B=31.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801580.0700.120.2992.7312.7966.27
HexA8B49E70C1D5dd42
Octal25026423670143513515102
Binary1010100010110100100111101110110011101101110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B49E; }

 p { color: rgb(168,180,158); }

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

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

 a { background-color: rgb(168,180,158); }

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

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

 span { border-color: rgb(168,180,158); }

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