Html Css Color HEX #AEA828 Earls Green

📋 copy color: '#AEA828'

red 174 ◦ green 168 ◦ blue 40

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

Shades of Earls Green #AEA828

Tints of Earls Green #AEA828

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.98%

 BLUE value IS 40 (16.02% from 255) = 10.47%

R = 45.55%
G = 43.98%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AEA828 (or 0xAEA828) is known color: Earls Green. HEX triplet: AE, A8 and 28. RGB value is (174,168,40). Sum of RGB (Red+Green+Blue) = 174+168+40=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA828 is #5157D7. Grayscale: #9B9B9B. Windows color (decimal): -5330904 or 2664622. OLE color: 2664622.

HSL color Cylindrical-coordinate representation of color #AEA828: hue angle of 57.31º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEA828 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 168 40 -
CMYK 0 0.03 0.77 0.32
HSL 57.31º 0.63% 0.42% -
HSV(B) 57.31º 0.77% 0.68% -
XYZ 31.84 37.16 7.5 -
YUV 155.2 62.99 141.41 -
System Red Green Blue C M Y K H S L
Decimal 174 168 40 0 0.03 0.77 0.32 57.31 0.63 0.42
Hex AE A8 28 0 3 4D 20 39 3F 2A
Octal 256 250 50 0 3 115 40 71 77 52
Binary 10101110 10101000 101000 0 11 1001101 100000 111001 111111 101010

Color Harmonies of #AEA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA828

Black with #AEA828

Text Example


Text Example

White with #AEA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA828; }

 p { color: rgb(174,168,40); }

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

background-color css

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

 a { background-color: rgb(174,168,40); }

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

border-color css

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

 span { border-color: rgb(174,168,40); }

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