Html Css Color HEX #AEAC2F Earls Green

📋 copy color: '#AEAC2F'

red 174 ◦ green 172 ◦ blue 47

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

Shades of Earls Green #AEAC2F

Tints of Earls Green #AEAC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.96%

R = 44.27%
G = 43.77%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AEAC2F (or 0xAEAC2F) is known color: Earls Green. HEX triplet: AE, AC and 2F. RGB value is (174,172,47). Sum of RGB (Red+Green+Blue) = 174+172+47=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC2F is #5153D0. Grayscale: #9E9E9E. Windows color (decimal): -5329873 or 3124398. OLE color: 3124398.

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

Color convert

RGB 174 172 47 -
CMYK 0 0.01 0.73 0.32
HSL 59.06º 0.57% 0.43% -
HSV(B) 59.06º 0.73% 0.68% -
XYZ 32.72 38.71 8.44 -
YUV 158.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 174 172 47 0 0.01 0.73 0.32 59.06 0.57 0.43
Hex AE AC 2F 0 1 49 20 3B 39 2B
Octal 256 254 57 0 1 111 40 73 71 53
Binary 10101110 10101100 101111 0 1 1001001 100000 111011 111001 101011

Color Harmonies of #AEAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC2F

Black with #AEAC2F

Text Example


Text Example

White with #AEAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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