#AEBD93

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

Shades of Norway #AEBD93

Tints of Norway #AEBD93

Color information

#AEBD93 (or 0xAEBD93) is unknown color: approx Norway. HEX triplet: AE, BD and 93. RGB value is (174,189,147). Sum of RGB (Red+Green+Blue) = 174+189+147=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD93 is #51426C. Grayscale: #B3B3B3. Windows color (decimal): -5325421 or 9682350. OLE color: 9682350.

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

Color convert

RGB174189147-
CMYK0.0800.220.26
HSL81.43º24.14%65.88%-
HSV(B)81.43º22.22%74.12%-
XYZ40.9247.534.62-
YUV179.73109.53123.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=34.12%
G=37.06%
B=28.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891470.0800.220.2681.4324.1465.88
HexAEBD9380161A511842
Octal256275223100263212130102
Binary1010111010111101100100111000010110110101010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD93; }

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

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

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

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

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

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

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

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