#AEB576

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

Shades of Pine Glade #AEB576

Tints of Pine Glade #AEB576

Color information

#AEB576 (or 0xAEB576) is unknown color: approx Pine Glade. HEX triplet: AE, B5 and 76. RGB value is (174,181,118). Sum of RGB (Red+Green+Blue) = 174+181+118=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB576 is #514A89. Grayscale: #ABABAB. Windows color (decimal): -5327498 or 7779758. OLE color: 7779758.

HSL color Cylindrical-coordinate representation of color #AEB576: hue angle of 66.67º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEB576 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB174181118-
CMYK0.0400.350.29
HSL66.67º29.86%58.63%-
HSV(B)66.67º34.81%70.98%-
XYZ37.2543.3523.54-
YUV171.7297.68129.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=36.79%
G=38.27%
B=24.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811180.0400.350.2966.6729.8658.63
HexAEB57640231D431e3b
Octal2562651664043351033673
Binary10101110101101011110110100010001111101100001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB576; }

 p { color: rgb(174,181,118); }

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

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

 a { background-color: rgb(174,181,118); }

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

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

 span { border-color: rgb(174,181,118); }

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