#AAC689

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

Shades of Norway #AAC689

Tints of Norway #AAC689

Color information

#AAC689 (or 0xAAC689) is unknown color: approx Norway. HEX triplet: AA, C6 and 89. RGB value is (170,198,137). Sum of RGB (Red+Green+Blue) = 170+198+137=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC689 is #553976. Grayscale: #B6B6B6. Windows color (decimal): -5585271 or 9029290. OLE color: 9029290.

HSL color Cylindrical-coordinate representation of color #AAC689: hue angle of 87.54º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC689 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB170198137-
CMYK0.1400.310.22
HSL87.54º34.86%65.69%-
HSV(B)87.54º30.81%77.65%-
XYZ41.2950.7431.28-
YUV182.67102.22118.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 137 (53.91% from 255) = 27.13%
R=33.66%
G=39.21%
B=27.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981370.1400.310.2287.5434.8665.69
HexAAC689E01F16582342
Octal252306211160372613043102
Binary10101010110001101000100111100111111011010110001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC689; }

 p { color: rgb(170,198,137); }

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

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

 a { background-color: rgb(170,198,137); }

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

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

 span { border-color: rgb(170,198,137); }

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