Html Css Color HEX #AEAA1D Earls Green

📋 copy color: '#AEAA1D'

red 174 ◦ green 170 ◦ blue 29

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

Shades of Earls Green #AEAA1D

Tints of Earls Green #AEAA1D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.58%

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

R = 46.65%
G = 45.58%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AEAA1D (or 0xAEAA1D) is known color: Earls Green. HEX triplet: AE, AA and 1D. RGB value is (174,170,29). Sum of RGB (Red+Green+Blue) = 174+170+29=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA1D is #5155E2. Grayscale: #9B9B9B. Windows color (decimal): -5330403 or 1944238. OLE color: 1944238.

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

Color convert

RGB 174 170 29 -
CMYK 0 0.02 0.83 0.32
HSL 58.34º 0.71% 0.4% -
HSV(B) 58.34º 0.83% 0.68% -
XYZ 32.05 37.84 6.78 -
YUV 155.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 174 170 29 0 0.02 0.83 0.32 58.34 0.71 0.4
Hex AE AA 1D 0 2 53 20 3A 47 28
Octal 256 252 35 0 2 123 40 72 107 50
Binary 10101110 10101010 11101 0 10 1010011 100000 111010 1000111 101000

Color Harmonies of #AEAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA1D

Black with #AEAA1D

Text Example


Text Example

White with #AEAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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