#AEBD9B

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

Shades of Norway #AEBD9B

Tints of Norway #AEBD9B

Color information

#AEBD9B (or 0xAEBD9B) is unknown color: approx Norway. HEX triplet: AE, BD and 9B. RGB value is (174,189,155). Sum of RGB (Red+Green+Blue) = 174+189+155=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD9B is #514264. Grayscale: #B4B4B4. Windows color (decimal): -5325413 or 10206638. OLE color: 10206638.

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

Color convert

RGB174189155-
CMYK0.0800.180.26
HSL86.47º20.48%67.45%-
HSV(B)86.47º17.99%74.12%-
XYZ41.5747.7638.04-
YUV180.64113.53123.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 155 (60.94% from 255) = 29.92%
R=33.59%
G=36.49%
B=29.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891550.0800.180.2686.4720.4867.45
HexAEBD9B80121A561443
Octal256275233100223212624103
Binary1010111010111101100110111000010010110101010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD9B; }

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

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

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

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

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

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

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

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