Html Css Color HEX #AAAE2B Earls Green

📋 copy color: '#AAAE2B'

red 170 ◦ green 174 ◦ blue 43

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

Shades of Earls Green #AAAE2B

Tints of Earls Green #AAAE2B

RGB

 RED value IS 170 (66.8% from 255) = 43.93%

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

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

R = 43.93%
G = 44.96%
B = 11.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AAAE2B (or 0xAAAE2B) is known color: Earls Green. HEX triplet: AA, AE and 2B. RGB value is (170,174,43). Sum of RGB (Red+Green+Blue) = 170+174+43=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE2B is #5551D4. Grayscale: #9E9E9E. Windows color (decimal): -5591509 or 2862762. OLE color: 2862762.

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

Color convert

RGB 170 174 43 -
CMYK 0.02 0 0.75 0.32
HSL 61.83º 0.6% 0.43% -
HSV(B) 61.83º 0.75% 0.68% -
XYZ 32.15 38.99 8.12 -
YUV 157.87 63.17 136.65 -
System Red Green Blue C M Y K H S L
Decimal 170 174 43 0.02 0 0.75 0.32 61.83 0.6 0.43
Hex AA AE 2B 2 0 4B 20 3E 3C 2B
Octal 252 256 53 2 0 113 40 76 74 53
Binary 10101010 10101110 101011 10 0 1001011 100000 111110 111100 101011

Color Harmonies of #AAAE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE2B

Black with #AAAE2B

Text Example


Text Example

White with #AAAE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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