Html Css Color HEX #AEA431 Earls Green

📋 copy color: '#AEA431'

red 174 ◦ green 164 ◦ blue 49

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

Shades of Earls Green #AEA431

Tints of Earls Green #AEA431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.38%

 BLUE value IS 49 (19.53% from 255) = 12.66%

R = 44.96%
G = 42.38%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AEA431 (or 0xAEA431) is known color: Earls Green. HEX triplet: AE, A4 and 31. RGB value is (174,164,49). Sum of RGB (Red+Green+Blue) = 174+164+49=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA431 is #515BCE. Grayscale: #9A9A9A. Windows color (decimal): -5331919 or 3253422. OLE color: 3253422.

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

Color convert

RGB 174 164 49 -
CMYK 0 0.06 0.72 0.32
HSL 55.2º 0.56% 0.44% -
HSV(B) 55.2º 0.72% 0.68% -
XYZ 31.29 35.77 8.16 -
YUV 153.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 174 164 49 0 0.06 0.72 0.32 55.2 0.56 0.44
Hex AE A4 31 0 6 48 20 37 38 2C
Octal 256 244 61 0 6 110 40 67 70 54
Binary 10101110 10100100 110001 0 110 1001000 100000 110111 111000 101100

Color Harmonies of #AEA431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA431

Black with #AEA431

Text Example


Text Example

White with #AEA431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA431; }

 p { color: rgb(174,164,49); }

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

background-color css

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

 a { background-color: rgb(174,164,49); }

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

border-color css

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

 span { border-color: rgb(174,164,49); }

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