#AAC193

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

Shades of Norway #AAC193

Tints of Norway #AAC193

Color information

#AAC193 (or 0xAAC193) is unknown color: approx Norway. HEX triplet: AA, C1 and 93. RGB value is (170,193,147). Sum of RGB (Red+Green+Blue) = 170+193+147=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC193 is #553E6C. Grayscale: #B5B5B5. Windows color (decimal): -5586541 or 9683370. OLE color: 9683370.

HSL color Cylindrical-coordinate representation of color #AAC193: hue angle of 90º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAC193 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB170193147-
CMYK0.1200.240.24
HSL90º27.06%66.67%-
HSV(B)90º23.83%75.69%-
XYZ40.9148.7934.87-
YUV180.88108.88120.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=33.33%
G=37.84%
B=28.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931470.1200.240.249027.0666.67
HexAAC193C018185a1b43
Octal252301223140303013233103
Binary1010101011000001100100111100011000110001011010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC193; }

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

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

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

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

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

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

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

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