#AEAD21

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

Shades of Earls Green #AEAD21

Tints of Earls Green #AEAD21

Color information

#AEAD21 (or 0xAEAD21) is unknown color: approx Earls Green. HEX triplet: AE, AD and 21. RGB value is (174,173,33). Sum of RGB (Red+Green+Blue) = 174+173+33=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD21 is #5152DE. Grayscale: #9D9D9D. Windows color (decimal): -5329631 or 2207150. OLE color: 2207150.

HSL color Cylindrical-coordinate representation of color #AEAD21: hue angle of 59.57º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEAD21 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB17417333-
CMYK00.010.810.32
HSL59.57º68.12%40.59%-
HSV(B)59.57º81.03%68.24%-
XYZ32.67397.24-
YUV157.3457.83139.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 173 (67.97% from 255) = 45.53%
BLUE value IS 33 (13.28% from 255) = 8.68%
R=45.79%
G=45.53%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741733300.010.810.3259.5768.1240.59
HexAEAD210151203c4429
Octal2562554101121407410451
Binary10101110101011011000010110100011000001111001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD21; }

 p { color: rgb(174,173,33); }

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

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

 a { background-color: rgb(174,173,33); }

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

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

 span { border-color: rgb(174,173,33); }

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