#AEBE95

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

Shades of Norway #AEBE95

Tints of Norway #AEBE95

Color information

#AEBE95 (or 0xAEBE95) is unknown color: approx Norway. HEX triplet: AE, BE and 95. RGB value is (174,190,149). Sum of RGB (Red+Green+Blue) = 174+190+149=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE95 is #51416A. Grayscale: #B4B4B4. Windows color (decimal): -5325163 or 9813678. OLE color: 9813678.

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

Color convert

RGB174190149-
CMYK0.0800.220.25
HSL83.41º23.98%66.47%-
HSV(B)83.41º21.58%74.51%-
XYZ41.294835.52-
YUV180.54110.2123.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=33.92%
G=37.04%
B=29.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901490.0800.220.2583.4123.9866.47
HexAEBE95801619531842
Octal256276225100263112330102
Binary1010111010111110100101011000010110110011010011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE95; }

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

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

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

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

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

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

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

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