Html Css Color HEX #AAA930 Earls Green

📋 copy color: '#AAA930'

red 170 ◦ green 169 ◦ blue 48

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

Shades of Earls Green #AAA930

Tints of Earls Green #AAA930

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.67%

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

R = 43.93%
G = 43.67%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AAA930 (or 0xAAA930) is known color: Earls Green. HEX triplet: AA, A9 and 30. RGB value is (170,169,48). Sum of RGB (Red+Green+Blue) = 170+169+48=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA930 is #5556CF. Grayscale: #9B9B9B. Windows color (decimal): -5592784 or 3189162. OLE color: 3189162.

HSL color Cylindrical-coordinate representation of color #AAA930: hue angle of 59.51º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAA930 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 48 -
CMYK 0 0.01 0.72 0.33
HSL 59.51º 0.56% 0.43% -
HSV(B) 59.51º 0.72% 0.67% -
XYZ 31.3 37.14 8.31 -
YUV 155.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 170 169 48 0 0.01 0.72 0.33 59.51 0.56 0.43
Hex AA A9 30 0 1 48 21 3C 38 2B
Octal 252 251 60 0 1 110 41 74 70 53
Binary 10101010 10101001 110000 0 1 1001000 100001 111100 111000 101011

Color Harmonies of #AAA930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA930

Black with #AAA930

Text Example


Text Example

White with #AAA930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA930; }

 p { color: rgb(170,169,48); }

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

background-color css

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

 a { background-color: rgb(170,169,48); }

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

border-color css

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

 span { border-color: rgb(170,169,48); }

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