#AAC692

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

Shades of Norway #AAC692

Tints of Norway #AAC692

Color information

#AAC692 (or 0xAAC692) is unknown color: approx Norway. HEX triplet: AA, C6 and 92. RGB value is (170,198,146). Sum of RGB (Red+Green+Blue) = 170+198+146=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC692 is #55396D. Grayscale: #B7B7B7. Windows color (decimal): -5585262 or 9619114. OLE color: 9619114.

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

Color convert

RGB170198146-
CMYK0.1400.260.22
HSL92.31º31.33%67.45%-
HSV(B)92.31º26.26%77.65%-
XYZ41.9651.0134.83-
YUV183.7106.72118.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 146 (57.42% from 255) = 28.40%
R=33.07%
G=38.52%
B=28.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981460.1400.260.2292.3131.3367.45
HexAAC692E01A165c1f43
Octal252306222160322613437103
Binary1010101011000110100100101110011010101101011100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC692; }

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

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

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

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

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

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

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

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