Html Css Color HEX #AEAB12 Earls Green

📋 copy color: '#AEAB12'

red 174 ◦ green 171 ◦ blue 18

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

Shades of Earls Green #AEAB12

Tints of Earls Green #AEAB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.96%

R = 47.93%
G = 47.11%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AEAB12 (or 0xAEAB12) is known color: Earls Green. HEX triplet: AE, AB and 12. RGB value is (174,171,18). Sum of RGB (Red+Green+Blue) = 174+171+18=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAB12 is #5154ED. Grayscale: #9B9B9B. Windows color (decimal): -5330158 or 1223598. OLE color: 1223598.

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

Color convert

RGB 174 171 18 -
CMYK 0 0.02 0.90 0.32
HSL 58.85º 0.81% 0.38% -
HSV(B) 58.85º 0.9% 0.68% -
XYZ 32.13 38.17 6.25 -
YUV 154.46 50.99 141.94 -
System Red Green Blue C M Y K H S L
Decimal 174 171 18 0 0.02 0.90 0.32 58.85 0.81 0.38
Hex AE AB 12 0 2 5A 20 3B 51 26
Octal 256 253 22 0 2 132 40 73 121 46
Binary 10101110 10101011 10010 0 10 1011010 100000 111011 1010001 100110

Color Harmonies of #AEAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB12

Black with #AEAB12

Text Example


Text Example

White with #AEAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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