Html Css Color HEX #AEA520 Earls Green

📋 copy color: '#AEA520'

red 174 ◦ green 165 ◦ blue 32

#AEA520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #AEA520

Tints of Earls Green #AEA520

RGB

 RED value IS 174 (68.36% from 255) = 46.9%

 GREEN value IS 165 (64.84% from 255) = 44.47%

 BLUE value IS 32 (12.89% from 255) = 8.63%

R = 46.9%
G = 44.47%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AEA520 (or 0xAEA520) is known color: Earls Green. HEX triplet: AE, A5 and 20. RGB value is (174,165,32). Sum of RGB (Red+Green+Blue) = 174+165+32=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA520 is #515ADF. Grayscale: #999999. Windows color (decimal): -5331680 or 2139566. OLE color: 2139566.

HSL color Cylindrical-coordinate representation of color #AEA520: hue angle of 56.2º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEA520 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 165 32 -
CMYK 0 0.05 0.82 0.32
HSL 56.2º 0.69% 0.4% -
HSV(B) 56.2º 0.82% 0.68% -
XYZ 31.17 36.01 6.67 -
YUV 152.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 174 165 32 0 0.05 0.82 0.32 56.2 0.69 0.4
Hex AE A5 20 0 5 52 20 38 45 28
Octal 256 245 40 0 5 122 40 70 105 50
Binary 10101110 10100101 100000 0 101 1010010 100000 111000 1000101 101000

Color Harmonies of #AEA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA520

Black with #AEA520

Text Example


Text Example

White with #AEA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA520; }

 p { color: rgb(174,165,32); }

 H1.HeaderClassName
 {
   color: #AEA520;
 }
 .AnyTagClassName
 {
   color: #AEA520;
 }
</style>

background-color css

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

 a { background-color: rgb(174,165,32); }

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

border-color css

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

 span { border-color: rgb(174,165,32); }

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