#A8B795

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

Shades of Norway #A8B795

Tints of Norway #A8B795

Color information

#A8B795 (or 0xA8B795) is unknown color: approx Norway. HEX triplet: A8, B7 and 95. RGB value is (168,183,149). Sum of RGB (Red+Green+Blue) = 168+183+149=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B795 is #57486A. Grayscale: #AEAEAE. Windows color (decimal): -5720171 or 9811880. OLE color: 9811880.

HSL color Cylindrical-coordinate representation of color #A8B795: hue angle of 86.47º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8B795 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB168183149-
CMYK0.0800.190.28
HSL86.47º19.1%65.1%-
HSV(B)86.47º18.58%71.76%-
XYZ38.5144.3634.97-
YUV174.64113.53123.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=33.6%
G=36.6%
B=29.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831490.0800.190.2886.4719.165.1
HexA8B79580131C561341
Octal250267225100233412623101
Binary1010100010110111100101011000010011111001010110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B795; }

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

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

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

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

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

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

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

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