Html Css Color HEX #ADAA31 Earls Green

📋 copy color: '#ADAA31'

red 173 ◦ green 170 ◦ blue 49

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

Shades of Earls Green #ADAA31

Tints of Earls Green #ADAA31

RGB

 RED value IS 173 (67.97% from 255) = 44.13%

 GREEN value IS 170 (66.8% from 255) = 43.37%

 BLUE value IS 49 (19.53% from 255) = 12.5%

R = 44.13%
G = 43.37%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#ADAA31 (or 0xADAA31) is known color: Earls Green. HEX triplet: AD, AA and 31. RGB value is (173,170,49). Sum of RGB (Red+Green+Blue) = 173+170+49=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA31 is #5255CE. Grayscale: #9D9D9D. Windows color (decimal): -5395919 or 3254957. OLE color: 3254957.

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

Color convert

RGB 173 170 49 -
CMYK 0 0.02 0.72 0.32
HSL 58.55º 0.56% 0.44% -
HSV(B) 58.55º 0.72% 0.68% -
XYZ 32.16 37.86 8.52 -
YUV 157.1 66.99 139.34 -
System Red Green Blue C M Y K H S L
Decimal 173 170 49 0 0.02 0.72 0.32 58.55 0.56 0.44
Hex AD AA 31 0 2 48 20 3B 38 2C
Octal 255 252 61 0 2 110 40 73 70 54
Binary 10101101 10101010 110001 0 10 1001000 100000 111011 111000 101100

Color Harmonies of #ADAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA31

Black with #ADAA31

Text Example


Text Example

White with #ADAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA31; }

 p { color: rgb(173,170,49); }

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

background-color css

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

 a { background-color: rgb(173,170,49); }

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

border-color css

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

 span { border-color: rgb(173,170,49); }

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