Html Css Color HEX #AEAA26 Earls Green

📋 copy color: '#AEAA26'

red 174 ◦ green 170 ◦ blue 38

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

Shades of Earls Green #AEAA26

Tints of Earls Green #AEAA26

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.5%

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

R = 45.55%
G = 44.5%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AEAA26 (or 0xAEAA26) is known color: Earls Green. HEX triplet: AE, AA and 26. RGB value is (174,170,38). Sum of RGB (Red+Green+Blue) = 174+170+38=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA26 is #5155D9. Grayscale: #9C9C9C. Windows color (decimal): -5330394 or 2534062. OLE color: 2534062.

HSL color Cylindrical-coordinate representation of color #AEAA26: hue angle of 58.24º 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 #AEAA26 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 170 38 -
CMYK 0 0.02 0.78 0.32
HSL 58.24º 0.64% 0.42% -
HSV(B) 58.24º 0.78% 0.68% -
XYZ 32.18 37.89 7.45 -
YUV 156.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 174 170 38 0 0.02 0.78 0.32 58.24 0.64 0.42
Hex AE AA 26 0 2 4E 20 3A 40 2A
Octal 256 252 46 0 2 116 40 72 100 52
Binary 10101110 10101010 100110 0 10 1001110 100000 111010 1000000 101010

Color Harmonies of #AEAA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA26

Black with #AEAA26

Text Example


Text Example

White with #AEAA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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