#AEB476

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

Shades of Pine Glade #AEB476

Tints of Pine Glade #AEB476

Color information

#AEB476 (or 0xAEB476) is unknown color: approx Pine Glade. HEX triplet: AE, B4 and 76. RGB value is (174,180,118). Sum of RGB (Red+Green+Blue) = 174+180+118=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB476 is #514B89. Grayscale: #ABABAB. Windows color (decimal): -5327754 or 7779502. OLE color: 7779502.

HSL color Cylindrical-coordinate representation of color #AEB476: hue angle of 65.81º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEB476 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB174180118-
CMYK0.0300.340.29
HSL65.81º29.25%58.43%-
HSV(B)65.81º34.44%70.59%-
XYZ37.0542.9523.48-
YUV171.1498.01130.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 118 (46.48% from 255) = 25%
R=36.86%
G=38.14%
B=25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801180.0300.340.2965.8129.2558.43
HexAEB47630221D421d3a
Octal2562641663042351023572
Binary1010111010110100111011011010001011101100001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB476; }

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

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

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

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

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

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

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

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