#ADAA1A

Color #ADAA1A Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #ADAA1A

Tints of Earls Green #ADAA1A

Color information

#ADAA1A (or 0xADAA1A) is unknown color: approx Earls Green. HEX triplet: AD, AA and 1A. RGB value is (173,170,26). Sum of RGB (Red+Green+Blue) = 173+170+26=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA1A is #5255E5. Grayscale: #9B9B9B. Windows color (decimal): -5395942 or 1747629. OLE color: 1747629.

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

Color convert

RGB17317026-
CMYK00.020.850.32
HSL58.78º73.87%39.02%-
HSV(B)58.78º84.97%67.84%-
XYZ31.7937.716.58-
YUV154.4855.49141.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 26 (10.55% from 255) = 7.05%
R=46.88%
G=46.07%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731702600.020.850.3258.7873.8739.02
HexADAA1A0255203b4a27
Octal2552523202125407311247
Binary10101101101010101101001010101011000001110111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA1A; }

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

 H1.HeaderClassName
 {
   color: #ADAA1A;
 }
 .AnyTagClassName
 {
   color: #ADAA1A;
 }
</style>
background-color css

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

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

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

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

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

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