#ACA71F

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

Shades of Earls Green #ACA71F

Tints of Earls Green #ACA71F

Color information

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

HSL color Cylindrical-coordinate representation of color #ACA71F: hue angle of 57.87º 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 #ACA71F is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17216731-
CMYK00.030.820.33
HSL57.87º69.46%39.8%-
HSV(B)57.87º81.98%67.45%-
XYZ31.0836.516.7-
YUV152.9959.16141.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721673100.030.820.3357.8769.4639.8
HexACA71F0352213a4528
Octal2542473703122417210550
Binary10101100101001111111101110100101000011110101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA71F; }

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

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

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

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

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

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

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

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