#AEBC9C

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

Shades of Norway #AEBC9C

Tints of Norway #AEBC9C

Color information

#AEBC9C (or 0xAEBC9C) is unknown color: approx Norway. HEX triplet: AE, BC and 9C. RGB value is (174,188,156). Sum of RGB (Red+Green+Blue) = 174+188+156=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC9C is #514363. Grayscale: #B4B4B4. Windows color (decimal): -5325668 or 10271918. OLE color: 10271918.

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

Color convert

RGB174188156-
CMYK0.0700.170.26
HSL86.25º19.28%67.45%-
HSV(B)86.25º17.02%73.73%-
XYZ41.4447.3738.41-
YUV180.17114.36123.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=33.59%
G=36.29%
B=30.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881560.0700.170.2686.2519.2867.45
HexAEBC9C70111A561343
Octal25627423470213212623103
Binary101011101011110010011100111010001110101010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC9C; }

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

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

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

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

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

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

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

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