#ACA925

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

Shades of Earls Green #ACA925

Tints of Earls Green #ACA925

Color information

#ACA925 (or 0xACA925) is unknown color: approx Earls Green. HEX triplet: AC, A9 and 25. RGB value is (172,169,37). Sum of RGB (Red+Green+Blue) = 172+169+37=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA925 is #5356DA. Grayscale: #9B9B9B. Windows color (decimal): -5461723 or 2468268. OLE color: 2468268.

HSL color Cylindrical-coordinate representation of color #ACA925: hue angle of 58.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACA925 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB17216937-
CMYK00.020.780.33
HSL58.67º64.59%40.98%-
HSV(B)58.67º78.49%67.45%-
XYZ31.5437.287.28-
YUV154.8561.49140.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 169 (66.41% from 255) = 44.71%
BLUE value IS 37 (14.84% from 255) = 9.79%
R=45.50%
G=44.71%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721693700.020.780.3358.6764.5940.98
HexACA925024E213b4129
Octal2542514502116417310151
Binary101011001010100110010101010011101000011110111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA925; }

 p { color: rgb(172,169,37); }

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

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

 a { background-color: rgb(172,169,37); }

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

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

 span { border-color: rgb(172,169,37); }

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