#AEBE91

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

Shades of Norway #AEBE91

Tints of Norway #AEBE91

Color information

#AEBE91 (or 0xAEBE91) is unknown color: approx Norway. HEX triplet: AE, BE and 91. RGB value is (174,190,145). Sum of RGB (Red+Green+Blue) = 174+190+145=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE91 is #51416E. Grayscale: #B4B4B4. Windows color (decimal): -5325167 or 9551534. OLE color: 9551534.

HSL color Cylindrical-coordinate representation of color #AEBE91: hue angle of 81.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEBE91 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB174190145-
CMYK0.0800.240.25
HSL81.33º25.71%65.69%-
HSV(B)81.33º23.68%74.51%-
XYZ40.9847.8733.87-
YUV180.09108.2123.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 145 (57.03% from 255) = 28.49%
R=34.18%
G=37.33%
B=28.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901450.0800.240.2581.3325.7165.69
HexAEBE91801819511a42
Octal256276221100303112132102
Binary1010111010111110100100011000011000110011010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE91; }

 p { color: rgb(174,190,145); }

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

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

 a { background-color: rgb(174,190,145); }

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

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

 span { border-color: rgb(174,190,145); }

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