#AEBD92

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

Shades of Norway #AEBD92

Tints of Norway #AEBD92

Color information

#AEBD92 (or 0xAEBD92) is unknown color: approx Norway. HEX triplet: AE, BD and 92. RGB value is (174,189,146). Sum of RGB (Red+Green+Blue) = 174+189+146=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD92 is #51426D. Grayscale: #B3B3B3. Windows color (decimal): -5325422 or 9616814. OLE color: 9616814.

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

Color convert

RGB174189146-
CMYK0.0800.230.26
HSL80.93º24.57%65.69%-
HSV(B)80.93º22.75%74.12%-
XYZ40.8447.4734.2-
YUV179.61109.03124-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=34.18%
G=37.13%
B=28.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891460.0800.230.2680.9324.5765.69
HexAEBD9280171A511942
Octal256275222100273212131102
Binary1010111010111101100100101000010111110101010001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD92; }

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

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

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

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

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

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

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

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