#AEBD96

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

Shades of Norway #AEBD96

Tints of Norway #AEBD96

Color information

#AEBD96 (or 0xAEBD96) is unknown color: approx Norway. HEX triplet: AE, BD and 96. RGB value is (174,189,150). Sum of RGB (Red+Green+Blue) = 174+189+150=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD96 is #514269. Grayscale: #B4B4B4. Windows color (decimal): -5325418 or 9878958. OLE color: 9878958.

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

Color convert

RGB174189150-
CMYK0.0800.210.26
HSL83.08º22.81%66.47%-
HSV(B)83.08º20.63%74.12%-
XYZ41.1647.635.87-
YUV180.07111.03123.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=33.92%
G=36.84%
B=29.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891500.0800.210.2683.0822.8166.47
HexAEBD9680151A531742
Octal256275226100253212327102
Binary1010111010111101100101101000010101110101010011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD96; }

 p { color: rgb(174,189,150); }

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

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

 a { background-color: rgb(174,189,150); }

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

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

 span { border-color: rgb(174,189,150); }

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