#AEB479

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

Shades of Pine Glade #AEB479

Tints of Pine Glade #AEB479

Color information

#AEB479 (or 0xAEB479) is unknown color: approx Pine Glade. HEX triplet: AE, B4 and 79. RGB value is (174,180,121). Sum of RGB (Red+Green+Blue) = 174+180+121=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB479 is #514B86. Grayscale: #ABABAB. Windows color (decimal): -5327751 or 7976110. OLE color: 7976110.

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

Color convert

RGB174180121-
CMYK0.0300.330.29
HSL66.1º28.23%59.02%-
HSV(B)66.1º32.78%70.59%-
XYZ37.2343.0224.43-
YUV171.4899.51129.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=36.63%
G=37.89%
B=25.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801210.0300.330.2966.128.2359.02
HexAEB47930211D421c3b
Octal2562641713041351023473
Binary1010111010110100111100111010000111101100001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB479; }

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

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

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

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

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

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

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

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