#AEB478

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

Shades of Pine Glade #AEB478

Tints of Pine Glade #AEB478

Color information

#AEB478 (or 0xAEB478) is unknown color: approx Pine Glade. HEX triplet: AE, B4 and 78. RGB value is (174,180,120). Sum of RGB (Red+Green+Blue) = 174+180+120=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB478 is #514B87. Grayscale: #ABABAB. Windows color (decimal): -5327752 or 7910574. OLE color: 7910574.

HSL color Cylindrical-coordinate representation of color #AEB478: hue angle of 66º degrees, saturation: 0.29, 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 #AEB478 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB174180120-
CMYK0.0300.330.29
HSL66º28.57%58.82%-
HSV(B)66º33.33%70.59%-
XYZ37.174324.11-
YUV171.3799.01129.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=36.71%
G=37.97%
B=25.32%

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
Decimal1741801200.0300.330.296628.5758.82
HexAEB47830211D421d3b
Octal2562641703041351023573
Binary1010111010110100111100011010000111101100001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB478; }

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

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

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

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

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

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

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

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