#AEBD95

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

Shades of Norway #AEBD95

Tints of Norway #AEBD95

Color information

#AEBD95 (or 0xAEBD95) is unknown color: approx Norway. HEX triplet: AE, BD and 95. RGB value is (174,189,149). Sum of RGB (Red+Green+Blue) = 174+189+149=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD95 is #51426A. Grayscale: #B4B4B4. Windows color (decimal): -5325419 or 9813422. OLE color: 9813422.

HSL color Cylindrical-coordinate representation of color #AEBD95: hue angle of 82.5º 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 #AEBD95 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB174189149-
CMYK0.0800.210.26
HSL82.5º23.26%66.27%-
HSV(B)82.5º21.16%74.12%-
XYZ41.0847.5635.45-
YUV179.96110.53123.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=33.98%
G=36.91%
B=29.10%

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
Decimal1741891490.0800.210.2682.523.2666.27
HexAEBD9580151A521742
Octal256275225100253212227102
Binary1010111010111101100101011000010101110101010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD95; }

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

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

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

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

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

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

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

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