Html Css Color HEX #AEAB14 Earls Green

📋 copy color: '#AEAB14'

red 174 ◦ green 171 ◦ blue 20

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

Shades of Earls Green #AEAB14

Tints of Earls Green #AEAB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.85%

 BLUE value IS 20 (8.2% from 255) = 5.48%

R = 47.67%
G = 46.85%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AEAB14 (or 0xAEAB14) is known color: Earls Green. HEX triplet: AE, AB and 14. RGB value is (174,171,20). Sum of RGB (Red+Green+Blue) = 174+171+20=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAB14 is #5154EB. Grayscale: #9B9B9B. Windows color (decimal): -5330156 or 1354670. OLE color: 1354670.

HSL color Cylindrical-coordinate representation of color #AEAB14: hue angle of 58.83º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEAB14 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 171 20 -
CMYK 0 0.02 0.89 0.32
HSL 58.83º 0.79% 0.38% -
HSV(B) 58.83º 0.89% 0.68% -
XYZ 32.14 38.18 6.34 -
YUV 154.68 51.99 141.78 -
System Red Green Blue C M Y K H S L
Decimal 174 171 20 0 0.02 0.89 0.32 58.83 0.79 0.38
Hex AE AB 14 0 2 59 20 3B 4F 26
Octal 256 253 24 0 2 131 40 73 117 46
Binary 10101110 10101011 10100 0 10 1011001 100000 111011 1001111 100110

Color Harmonies of #AEAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB14

Black with #AEAB14

Text Example


Text Example

White with #AEAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB14; }

 p { color: rgb(174,171,20); }

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

background-color css

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

 a { background-color: rgb(174,171,20); }

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

border-color css

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

 span { border-color: rgb(174,171,20); }

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