#AAC18B

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

Shades of Norway #AAC18B

Tints of Norway #AAC18B

Color information

#AAC18B (or 0xAAC18B) is unknown color: approx Norway. HEX triplet: AA, C1 and 8B. RGB value is (170,193,139). Sum of RGB (Red+Green+Blue) = 170+193+139=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC18B is #553E74. Grayscale: #B4B4B4. Windows color (decimal): -5586549 or 9159082. OLE color: 9159082.

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

Color convert

RGB170193139-
CMYK0.1200.280.24
HSL85.56º30.34%65.1%-
HSV(B)85.56º27.98%75.69%-
XYZ40.3148.5531.67-
YUV179.97104.88120.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=33.86%
G=38.45%
B=27.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931390.1200.280.2485.5630.3465.1
HexAAC18BC01C18561e41
Octal252301213140343012636101
Binary1010101011000001100010111100011100110001010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC18B; }

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

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

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

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

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

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

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

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