#AEBD97

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

Shades of Norway #AEBD97

Tints of Norway #AEBD97

Color information

#AEBD97 (or 0xAEBD97) is unknown color: approx Norway. HEX triplet: AE, BD and 97. RGB value is (174,189,151). Sum of RGB (Red+Green+Blue) = 174+189+151=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD97 is #514268. Grayscale: #B4B4B4. Windows color (decimal): -5325417 or 9944494. OLE color: 9944494.

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

Color convert

RGB174189151-
CMYK0.0800.200.26
HSL83.68º22.35%66.67%-
HSV(B)83.68º20.11%74.12%-
XYZ41.2447.6336.3-
YUV180.18111.53123.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 151 (59.38% from 255) = 29.38%
R=33.85%
G=36.77%
B=29.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891510.0800.200.2683.6822.3566.67
HexAEBD9780141A541643
Octal256275227100243212426103
Binary1010111010111101100101111000010100110101010100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD97; }

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

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

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

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

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

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

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

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