Html Css Color HEX #AEA51E Earls Green

📋 copy color: '#AEA51E'

red 174 ◦ green 165 ◦ blue 30

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

Shades of Earls Green #AEA51E

Tints of Earls Green #AEA51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.72%

 BLUE value IS 30 (12.11% from 255) = 8.13%

R = 47.15%
G = 44.72%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AEA51E (or 0xAEA51E) is known color: Earls Green. HEX triplet: AE, A5 and 1E. RGB value is (174,165,30). Sum of RGB (Red+Green+Blue) = 174+165+30=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA51E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA51E is #515AE1. Grayscale: #989898. Windows color (decimal): -5331682 or 2008494. OLE color: 2008494.

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

Color convert

RGB 174 165 30 -
CMYK 0 0.05 0.83 0.32
HSL 56.25º 0.71% 0.4% -
HSV(B) 56.25º 0.83% 0.68% -
XYZ 31.15 36 6.54 -
YUV 152.3 58.98 143.48 -
System Red Green Blue C M Y K H S L
Decimal 174 165 30 0 0.05 0.83 0.32 56.25 0.71 0.4
Hex AE A5 1E 0 5 53 20 38 47 28
Octal 256 245 36 0 5 123 40 70 107 50
Binary 10101110 10100101 11110 0 101 1010011 100000 111000 1000111 101000

Color Harmonies of #AEA51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA51E

Black with #AEA51E

Text Example


Text Example

White with #AEA51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA51E; }

 p { color: rgb(174,165,30); }

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

background-color css

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

 a { background-color: rgb(174,165,30); }

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

border-color css

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

 span { border-color: rgb(174,165,30); }

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