Html Css Color HEX #AEA330 Earls Green

📋 copy color: '#AEA330'

red 174 ◦ green 163 ◦ blue 48

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

Shades of Earls Green #AEA330

Tints of Earls Green #AEA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.34%

 BLUE value IS 48 (19.14% from 255) = 12.47%

R = 45.19%
G = 42.34%
B = 12.47%

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

#AEA330 (or 0xAEA330) is known color: Earls Green. HEX triplet: AE, A3 and 30. RGB value is (174,163,48). Sum of RGB (Red+Green+Blue) = 174+163+48=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA330 is #515CCF. Grayscale: #999999. Windows color (decimal): -5332176 or 3187630. OLE color: 3187630.

HSL color Cylindrical-coordinate representation of color #AEA330: hue angle of 54.76º degrees, saturation: 0.57, 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 #AEA330 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 48 -
CMYK 0 0.06 0.72 0.32
HSL 54.76º 0.57% 0.44% -
HSV(B) 54.76º 0.72% 0.68% -
XYZ 31.09 35.41 7.99 -
YUV 153.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 174 163 48 0 0.06 0.72 0.32 54.76 0.57 0.44
Hex AE A3 30 0 6 48 20 37 39 2C
Octal 256 243 60 0 6 110 40 67 71 54
Binary 10101110 10100011 110000 0 110 1001000 100000 110111 111001 101100

Color Harmonies of #AEA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA330

Black with #AEA330

Text Example


Text Example

White with #AEA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA330; }

 p { color: rgb(174,163,48); }

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

background-color css

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

 a { background-color: rgb(174,163,48); }

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

border-color css

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

 span { border-color: rgb(174,163,48); }

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