Html Css Color HEX #AEA526 Earls Green

📋 copy color: '#AEA526'

red 174 ◦ green 165 ◦ blue 38

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

Shades of Earls Green #AEA526

Tints of Earls Green #AEA526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.08%

R = 46.15%
G = 43.77%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AEA526 (or 0xAEA526) is known color: Earls Green. HEX triplet: AE, A5 and 26. RGB value is (174,165,38). Sum of RGB (Red+Green+Blue) = 174+165+38=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA526 is #515AD9. Grayscale: #999999. Windows color (decimal): -5331674 or 2532782. OLE color: 2532782.

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

Color convert

RGB 174 165 38 -
CMYK 0 0.05 0.78 0.32
HSL 56.03º 0.64% 0.42% -
HSV(B) 56.03º 0.78% 0.68% -
XYZ 31.26 36.05 7.14 -
YUV 153.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 174 165 38 0 0.05 0.78 0.32 56.03 0.64 0.42
Hex AE A5 26 0 5 4E 20 38 40 2A
Octal 256 245 46 0 5 116 40 70 100 52
Binary 10101110 10100101 100110 0 101 1001110 100000 111000 1000000 101010

Color Harmonies of #AEA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA526

Black with #AEA526

Text Example


Text Example

White with #AEA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA526; }

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

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

background-color css

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

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

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

border-color css

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

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

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