#A4B595

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

Shades of Norway #A4B595

Tints of Norway #A4B595

Color information

#A4B595 (or 0xA4B595) is unknown color: approx Norway. HEX triplet: A4, B5 and 95. RGB value is (164,181,149). Sum of RGB (Red+Green+Blue) = 164+181+149=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B595 is #5B4A6A. Grayscale: #ACACAC. Windows color (decimal): -5982827 or 9811364. OLE color: 9811364.

HSL color Cylindrical-coordinate representation of color #A4B595: hue angle of 91.87º 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 #A4B595 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB164181149-
CMYK0.0900.180.29
HSL91.87º17.78%64.71%-
HSV(B)91.87º17.68%70.98%-
XYZ37.2643.1134.79-
YUV172.27114.87122.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=33.20%
G=36.64%
B=30.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641811490.0900.180.2991.8717.7864.71
HexA4B59590121D5c1241
Octal244265225110223513422101
Binary1010010010110101100101011001010010111011011100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B595; }

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

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

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

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

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

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

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

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