#A7AC1F

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

Shades of Earls Green #A7AC1F

Tints of Earls Green #A7AC1F

Color information

#A7AC1F (or 0xA7AC1F) is unknown color: approx Earls Green. HEX triplet: A7, AC and 1F. RGB value is (167,172,31). Sum of RGB (Red+Green+Blue) = 167+172+31=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AC1F is #5853E0. Grayscale: #9A9A9A. Windows color (decimal): -5788641 or 2075815. OLE color: 2075815.

HSL color Cylindrical-coordinate representation of color #A7AC1F: hue angle of 62.13º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A7AC1F is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB16717231-
CMYK0.0300.820.33
HSL62.13º69.46%39.8%-
HSV(B)62.13º81.98%67.45%-
XYZ30.9437.826.97-
YUV154.4358.34136.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 31 (12.5% from 255) = 8.38%
R=45.14%
G=46.49%
B=8.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167172310.0300.820.3362.1369.4639.8
HexA7AC1F3052213e4528
Octal2472543730122417610550
Binary10100111101011001111111010100101000011111101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC1F; }

 p { color: rgb(167,172,31); }

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

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

 a { background-color: rgb(167,172,31); }

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

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

 span { border-color: rgb(167,172,31); }

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