#AAC895

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

Shades of Norway #AAC895

Tints of Norway #AAC895

Color information

#AAC895 (or 0xAAC895) is unknown color: approx Norway. HEX triplet: AA, C8 and 95. RGB value is (170,200,149). Sum of RGB (Red+Green+Blue) = 170+200+149=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC895 is #55376A. Grayscale: #B9B9B9. Windows color (decimal): -5584747 or 9816234. OLE color: 9816234.

HSL color Cylindrical-coordinate representation of color #AAC895: hue angle of 95.29º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAC895 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB170200149-
CMYK0.1500.260.22
HSL95.29º31.68%68.43%-
HSV(B)95.29º25.5%78.43%-
XYZ42.6652.0236.23-
YUV185.22107.56117.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=32.76%
G=38.54%
B=28.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001490.1500.260.2295.2931.6868.43
HexAAC895F01A165f2044
Octal252310225170322613740104
Binary10101010110010001001010111110110101011010111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC895; }

 p { color: rgb(170,200,149); }

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

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

 a { background-color: rgb(170,200,149); }

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

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

 span { border-color: rgb(170,200,149); }

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