#AEBC99

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

Shades of Norway #AEBC99

Tints of Norway #AEBC99

Color information

#AEBC99 (or 0xAEBC99) is unknown color: approx Norway. HEX triplet: AE, BC and 99. RGB value is (174,188,153). Sum of RGB (Red+Green+Blue) = 174+188+153=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC99 is #514366. Grayscale: #B3B3B3. Windows color (decimal): -5325671 or 10075310. OLE color: 10075310.

HSL color Cylindrical-coordinate representation of color #AEBC99: hue angle of 84º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBC99 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB174188153-
CMYK0.0700.190.26
HSL84º20.71%66.86%-
HSV(B)84º18.62%73.73%-
XYZ41.1947.2737.09-
YUV179.82112.86123.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 153 (60.16% from 255) = 29.71%
R=33.79%
G=36.50%
B=29.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881530.0700.190.268420.7166.86
HexAEBC9970131A541543
Octal25627423170233212425103
Binary101011101011110010011001111010011110101010100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC99; }

 p { color: rgb(174,188,153); }

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

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

 a { background-color: rgb(174,188,153); }

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

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

 span { border-color: rgb(174,188,153); }

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