Html Css Color HEX #AEAC1D Earls Green

📋 copy color: '#AEAC1D'

red 174 ◦ green 172 ◦ blue 29

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

Shades of Earls Green #AEAC1D

Tints of Earls Green #AEAC1D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

 BLUE value IS 29 (11.72% from 255) = 7.73%

R = 46.4%
G = 45.87%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AEAC1D (or 0xAEAC1D) is known color: Earls Green. HEX triplet: AE, AC and 1D. RGB value is (174,172,29). Sum of RGB (Red+Green+Blue) = 174+172+29=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC1D is #5153E2. Grayscale: #9C9C9C. Windows color (decimal): -5329891 or 1944750. OLE color: 1944750.

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

Color convert

RGB 174 172 29 -
CMYK 0 0.01 0.83 0.32
HSL 59.17º 0.71% 0.4% -
HSV(B) 59.17º 0.83% 0.68% -
XYZ 32.43 38.59 6.9 -
YUV 156.3 56.16 140.63 -
System Red Green Blue C M Y K H S L
Decimal 174 172 29 0 0.01 0.83 0.32 59.17 0.71 0.4
Hex AE AC 1D 0 1 53 20 3B 47 28
Octal 256 254 35 0 1 123 40 73 107 50
Binary 10101110 10101100 11101 0 1 1010011 100000 111011 1000111 101000

Color Harmonies of #AEAC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC1D

Black with #AEAC1D

Text Example


Text Example

White with #AEAC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC1D; }

 p { color: rgb(174,172,29); }

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

background-color css

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

 a { background-color: rgb(174,172,29); }

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

border-color css

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

 span { border-color: rgb(174,172,29); }

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