Html Css Color HEX #AEA226 Earls Green

📋 copy color: '#AEA226'

red 174 ◦ green 162 ◦ blue 38

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

Shades of Earls Green #AEA226

Tints of Earls Green #AEA226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.32%

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

R = 46.52%
G = 43.32%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AEA226 (or 0xAEA226) is known color: Earls Green. HEX triplet: AE, A2 and 26. RGB value is (174,162,38). Sum of RGB (Red+Green+Blue) = 174+162+38=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA226 is #515DD9. Grayscale: #979797. Windows color (decimal): -5332442 or 2532014. OLE color: 2532014.

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

Color convert

RGB 174 162 38 -
CMYK 0 0.07 0.78 0.32
HSL 54.71º 0.64% 0.42% -
HSV(B) 54.71º 0.78% 0.68% -
XYZ 30.73 34.98 6.97 -
YUV 151.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 174 162 38 0 0.07 0.78 0.32 54.71 0.64 0.42
Hex AE A2 26 0 7 4E 20 37 40 2A
Octal 256 242 46 0 7 116 40 67 100 52
Binary 10101110 10100010 100110 0 111 1001110 100000 110111 1000000 101010

Color Harmonies of #AEA226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA226

Black with #AEA226

Text Example


Text Example

White with #AEA226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA226; }

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

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

background-color css

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

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

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

border-color css

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

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

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