Html Css Color HEX #ADAA1F Earls Green

📋 copy color: '#ADAA1F'

red 173 ◦ green 170 ◦ blue 31

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

Shades of Earls Green #ADAA1F

Tints of Earls Green #ADAA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.29%

R = 46.26%
G = 45.45%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#ADAA1F (or 0xADAA1F) is known color: Earls Green. HEX triplet: AD, AA and 1F. RGB value is (173,170,31). Sum of RGB (Red+Green+Blue) = 173+170+31=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA1F is #5255E0. Grayscale: #9B9B9B. Windows color (decimal): -5395937 or 2075309. OLE color: 2075309.

HSL color Cylindrical-coordinate representation of color #ADAA1F: hue angle of 58.73º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADAA1F is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 31 -
CMYK 0 0.02 0.82 0.32
HSL 58.73º 0.7% 0.4% -
HSV(B) 58.73º 0.82% 0.68% -
XYZ 31.86 37.73 6.9 -
YUV 155.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 173 170 31 0 0.02 0.82 0.32 58.73 0.7 0.4
Hex AD AA 1F 0 2 52 20 3B 46 28
Octal 255 252 37 0 2 122 40 73 106 50
Binary 10101101 10101010 11111 0 10 1010010 100000 111011 1000110 101000

Color Harmonies of #ADAA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA1F

Black with #ADAA1F

Text Example


Text Example

White with #ADAA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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