#A7B595

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

Shades of Norway #A7B595

Tints of Norway #A7B595

Color information

#A7B595 (or 0xA7B595) is unknown color: approx Norway. HEX triplet: A7, B5 and 95. RGB value is (167,181,149). Sum of RGB (Red+Green+Blue) = 167+181+149=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B595 is #584A6A. Grayscale: #ADADAD. Windows color (decimal): -5786219 or 9811367. OLE color: 9811367.

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

Color convert

RGB167181149-
CMYK0.0800.180.29
HSL86.25º17.78%64.71%-
HSV(B)86.25º17.68%70.98%-
XYZ37.8943.4334.82-
YUV173.17114.36123.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=33.60%
G=36.42%
B=29.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671811490.0800.180.2986.2517.7864.71
HexA7B59580121D561241
Octal247265225100223512622101
Binary1010011110110101100101011000010010111011010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B595; }

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

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

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

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

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

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

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

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