#ADA91A

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

Shades of Earls Green #ADA91A

Tints of Earls Green #ADA91A

Color information

#ADA91A (or 0xADA91A) is unknown color: approx Earls Green. HEX triplet: AD, A9 and 1A. RGB value is (173,169,26). Sum of RGB (Red+Green+Blue) = 173+169+26=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA91A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA91A is #5256E5. Grayscale: #9A9A9A. Windows color (decimal): -5396198 or 1747373. OLE color: 1747373.

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

Color convert

RGB17316926-
CMYK00.020.850.32
HSL58.37º73.87%39.02%-
HSV(B)58.37º84.97%67.84%-
XYZ31.6137.336.52-
YUV153.8955.83141.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 169 (66.41% from 255) = 45.92%
BLUE value IS 26 (10.55% from 255) = 7.07%
R=47.01%
G=45.92%
B=7.07%

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
Decimal1731692600.020.850.3258.3773.8739.02
HexADA91A0255203a4a27
Octal2552513202125407211247
Binary10101101101010011101001010101011000001110101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA91A; }

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

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

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

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

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

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

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

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