#A7AD2A

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

Shades of Earls Green #A7AD2A

Tints of Earls Green #A7AD2A

Color information

#A7AD2A (or 0xA7AD2A) is unknown color: approx Earls Green. HEX triplet: A7, AD and 2A. RGB value is (167,173,42). Sum of RGB (Red+Green+Blue) = 167+173+42=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AD2A is #5852D5. Grayscale: #9C9C9C. Windows color (decimal): -5788374 or 2796967. OLE color: 2796967.

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

Color convert

RGB16717342-
CMYK0.0300.760.32
HSL62.75º60.93%42.16%-
HSV(B)62.75º75.72%67.84%-
XYZ31.338.277.93-
YUV156.2763.51135.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.72%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 42 (16.80% from 255) = 10.99%
R=43.72%
G=45.29%
B=10.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167173420.0300.760.3262.7560.9342.16
HexA7AD2A304C203f3d2a
Octal247255523011440777552
Binary10100111101011011010101101001100100000111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AD2A; }

 p { color: rgb(167,173,42); }

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

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

 a { background-color: rgb(167,173,42); }

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

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

 span { border-color: rgb(167,173,42); }

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