Html Css Color HEX #AEAD1C Earls Green

📋 copy color: '#AEAD1C'

red 174 ◦ green 173 ◦ blue 28

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

Shades of Earls Green #AEAD1C

Tints of Earls Green #AEAD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.13%

 BLUE value IS 28 (11.33% from 255) = 7.47%

R = 46.4%
G = 46.13%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AEAD1C (or 0xAEAD1C) is known color: Earls Green. HEX triplet: AE, AD and 1C. RGB value is (174,173,28). Sum of RGB (Red+Green+Blue) = 174+173+28=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD1C is #5152E3. Grayscale: #9D9D9D. Windows color (decimal): -5329636 or 1879470. OLE color: 1879470.

HSL color Cylindrical-coordinate representation of color #AEAD1C: hue angle of 59.59º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEAD1C is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 173 28 -
CMYK 0 0.01 0.84 0.32
HSL 59.59º 0.72% 0.4% -
HSV(B) 59.59º 0.84% 0.68% -
XYZ 32.61 38.97 6.9 -
YUV 156.77 55.33 140.29 -
System Red Green Blue C M Y K H S L
Decimal 174 173 28 0 0.01 0.84 0.32 59.59 0.72 0.4
Hex AE AD 1C 0 1 54 20 3C 48 28
Octal 256 255 34 0 1 124 40 74 110 50
Binary 10101110 10101101 11100 0 1 1010100 100000 111100 1001000 101000

Color Harmonies of #AEAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD1C

Black with #AEAD1C

Text Example


Text Example

White with #AEAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD1C; }

 p { color: rgb(174,173,28); }

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

background-color css

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

 a { background-color: rgb(174,173,28); }

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

border-color css

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

 span { border-color: rgb(174,173,28); }

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