#AAC793

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

Shades of Norway #AAC793

Tints of Norway #AAC793

Color information

#AAC793 (or 0xAAC793) is unknown color: approx Norway. HEX triplet: AA, C7 and 93. RGB value is (170,199,147). Sum of RGB (Red+Green+Blue) = 170+199+147=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC793 is #55386C. Grayscale: #B8B8B8. Windows color (decimal): -5585005 or 9684906. OLE color: 9684906.

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

Color convert

RGB170199147-
CMYK0.1500.260.22
HSL93.46º31.71%67.84%-
HSV(B)93.46º26.13%78.04%-
XYZ42.2751.535.32-
YUV184.4106.89117.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=32.95%
G=38.57%
B=28.49%

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
Decimal1701991470.1500.260.2293.4631.7167.84
HexAAC793F01A165d2044
Octal252307223170322613540104
Binary10101010110001111001001111110110101011010111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC793; }

 p { color: rgb(170,199,147); }

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

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

 a { background-color: rgb(170,199,147); }

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

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

 span { border-color: rgb(170,199,147); }

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