#AAC092

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

Shades of Norway #AAC092

Tints of Norway #AAC092

Color information

#AAC092 (or 0xAAC092) is unknown color: approx Norway. HEX triplet: AA, C0 and 92. RGB value is (170,192,146). Sum of RGB (Red+Green+Blue) = 170+192+146=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC092 is #553F6D. Grayscale: #B4B4B4. Windows color (decimal): -5586798 or 9617578. OLE color: 9617578.

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

Color convert

RGB170192146-
CMYK0.1100.240.25
HSL88.7º26.74%66.27%-
HSV(B)88.7º23.96%75.29%-
XYZ40.6248.3234.38-
YUV180.18108.71120.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=33.46%
G=37.80%
B=28.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921460.1100.240.2588.726.7466.27
HexAAC092B01819591b42
Octal252300222130303113133102
Binary1010101011000000100100101011011000110011011001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC092; }

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

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

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

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

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

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

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

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