#AEBC97

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

Shades of Norway #AEBC97

Tints of Norway #AEBC97

Color information

#AEBC97 (or 0xAEBC97) is unknown color: approx Norway. HEX triplet: AE, BC and 97. RGB value is (174,188,151). Sum of RGB (Red+Green+Blue) = 174+188+151=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC97 is #514368. Grayscale: #B3B3B3. Windows color (decimal): -5325673 or 9944238. OLE color: 9944238.

HSL color Cylindrical-coordinate representation of color #AEBC97: hue angle of 82.7º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEBC97 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB174188151-
CMYK0.0700.200.26
HSL82.7º21.64%66.47%-
HSV(B)82.7º19.68%73.73%-
XYZ41.0247.236.23-
YUV179.6111.86124.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 151 (59.38% from 255) = 29.43%
R=33.92%
G=36.65%
B=29.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881510.0700.200.2682.721.6466.47
HexAEBC9770141A531642
Octal25627422770243212326102
Binary101011101011110010010111111010100110101010011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC97; }

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

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

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

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

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

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

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

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