Html Css Color HEX #AEA426 Earls Green

📋 copy color: '#AEA426'

red 174 ◦ green 164 ◦ blue 38

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

Shades of Earls Green #AEA426

Tints of Earls Green #AEA426

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.62%

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

R = 46.28%
G = 43.62%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AEA426 (or 0xAEA426) is known color: Earls Green. HEX triplet: AE, A4 and 26. RGB value is (174,164,38). Sum of RGB (Red+Green+Blue) = 174+164+38=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA426 is #515BD9. Grayscale: #999999. Windows color (decimal): -5331930 or 2532526. OLE color: 2532526.

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

Color convert

RGB 174 164 38 -
CMYK 0 0.06 0.78 0.32
HSL 55.59º 0.64% 0.42% -
HSV(B) 55.59º 0.78% 0.68% -
XYZ 31.08 35.69 7.08 -
YUV 152.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 174 164 38 0 0.06 0.78 0.32 55.59 0.64 0.42
Hex AE A4 26 0 6 4E 20 38 40 2A
Octal 256 244 46 0 6 116 40 70 100 52
Binary 10101110 10100100 100110 0 110 1001110 100000 111000 1000000 101010

Color Harmonies of #AEA426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA426

Black with #AEA426

Text Example


Text Example

White with #AEA426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA426; }

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

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

background-color css

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

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

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

border-color css

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

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

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