#ADA827

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

Shades of Earls Green #ADA827

Tints of Earls Green #ADA827

Color information

#ADA827 (or 0xADA827) is unknown color: approx Earls Green. HEX triplet: AD, A8 and 27. RGB value is (173,168,39). Sum of RGB (Red+Green+Blue) = 173+168+39=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA827 is #5257D8. Grayscale: #9B9B9B. Windows color (decimal): -5396441 or 2599085. OLE color: 2599085.

HSL color Cylindrical-coordinate representation of color #ADA827: hue angle of 57.76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADA827 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB17316839-
CMYK00.030.770.32
HSL57.76º63.21%41.57%-
HSV(B)57.76º77.46%67.84%-
XYZ31.637.047.4-
YUV154.7962.66140.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 39 (15.62% from 255) = 10.26%
R=45.53%
G=44.21%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731683900.030.770.3257.7663.2141.57
HexADA827034D203a3f2a
Octal255250470311540727752
Binary10101101101010001001110111001101100000111010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA827; }

 p { color: rgb(173,168,39); }

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

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

 a { background-color: rgb(173,168,39); }

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

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

 span { border-color: rgb(173,168,39); }

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