Html Css Color HEX #AEA32B Earls Green

📋 copy color: '#AEA32B'

red 174 ◦ green 163 ◦ blue 43

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

Shades of Earls Green #AEA32B

Tints of Earls Green #AEA32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.32%

R = 45.79%
G = 42.89%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AEA32B (or 0xAEA32B) is known color: Earls Green. HEX triplet: AE, A3 and 2B. RGB value is (174,163,43). Sum of RGB (Red+Green+Blue) = 174+163+43=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA32B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA32B is #515CD4. Grayscale: #999999. Windows color (decimal): -5332181 or 2859950. OLE color: 2859950.

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

Color convert

RGB 174 163 43 -
CMYK 0 0.06 0.75 0.32
HSL 54.96º 0.6% 0.43% -
HSV(B) 54.96º 0.75% 0.68% -
XYZ 30.99 35.37 7.48 -
YUV 152.61 66.14 143.26 -
System Red Green Blue C M Y K H S L
Decimal 174 163 43 0 0.06 0.75 0.32 54.96 0.6 0.43
Hex AE A3 2B 0 6 4B 20 37 3C 2B
Octal 256 243 53 0 6 113 40 67 74 53
Binary 10101110 10100011 101011 0 110 1001011 100000 110111 111100 101011

Color Harmonies of #AEA32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA32B

Black with #AEA32B

Text Example


Text Example

White with #AEA32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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