#AAC095

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

Shades of Norway #AAC095

Tints of Norway #AAC095

Color information

#AAC095 (or 0xAAC095) is unknown color: approx Norway. HEX triplet: AA, C0 and 95. RGB value is (170,192,149). Sum of RGB (Red+Green+Blue) = 170+192+149=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC095 is #553F6A. Grayscale: #B4B4B4. Windows color (decimal): -5586795 or 9814186. OLE color: 9814186.

HSL color Cylindrical-coordinate representation of color #AAC095: hue angle of 90.7º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC095 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB170192149-
CMYK0.1100.220.25
HSL90.7º25.44%66.86%-
HSV(B)90.7º22.4%75.29%-
XYZ40.8548.4235.63-
YUV180.52110.21120.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 149 (58.59% from 255) = 29.16%
R=33.27%
G=37.57%
B=29.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921490.1100.220.2590.725.4466.86
HexAAC095B016195b1943
Octal252300225130263113331103
Binary1010101011000000100101011011010110110011011011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC095; }

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

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

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

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

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

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

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

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