#AAC892

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

Shades of Norway #AAC892

Tints of Norway #AAC892

Color information

#AAC892 (or 0xAAC892) is unknown color: approx Norway. HEX triplet: AA, C8 and 92. RGB value is (170,200,146). Sum of RGB (Red+Green+Blue) = 170+200+146=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC892 is #55376D. Grayscale: #B9B9B9. Windows color (decimal): -5584750 or 9619626. OLE color: 9619626.

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

Color convert

RGB170200146-
CMYK0.1500.270.22
HSL93.33º32.93%67.84%-
HSV(B)93.33º27%78.43%-
XYZ42.4251.9334.98-
YUV184.87106.06117.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 200 (78.52% from 255) = 38.76%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=32.95%
G=38.76%
B=28.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001460.1500.270.2293.3332.9367.84
HexAAC892F01B165d2144
Octal252310222170332613541104
Binary10101010110010001001001011110110111011010111011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC892; }

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

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

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

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

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

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

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

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