#ACA62A

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

Shades of Earls Green #ACA62A

Tints of Earls Green #ACA62A

Color information

#ACA62A (or 0xACA62A) is unknown color: approx Earls Green. HEX triplet: AC, A6 and 2A. RGB value is (172,166,42). Sum of RGB (Red+Green+Blue) = 172+166+42=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA62A is #5359D5. Grayscale: #9A9A9A. Windows color (decimal): -5462486 or 2795180. OLE color: 2795180.

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

Color convert

RGB17216642-
CMYK00.030.760.33
HSL57.23º60.75%41.96%-
HSV(B)57.23º75.58%67.45%-
XYZ31.0736.217.54-
YUV153.6664.99141.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 166 (65.23% from 255) = 43.68%
BLUE value IS 42 (16.80% from 255) = 11.05%
R=45.26%
G=43.68%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721664200.030.760.3357.2360.7541.96
HexACA62A034C21393d2a
Octal254246520311441717552
Binary10101100101001101010100111001100100001111001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA62A; }

 p { color: rgb(172,166,42); }

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

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

 a { background-color: rgb(172,166,42); }

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

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

 span { border-color: rgb(172,166,42); }

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