#ACA04D

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

Shades of Husk #ACA04D

Tints of Husk #ACA04D

Color information

#ACA04D (or 0xACA04D) is unknown color: approx Husk. HEX triplet: AC, A0 and 4D. RGB value is (172,160,77). Sum of RGB (Red+Green+Blue) = 172+160+77=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA04D is #535FB2. Grayscale: #9A9A9A. Windows color (decimal): -5463987 or 5087404. OLE color: 5087404.

HSL color Cylindrical-coordinate representation of color #ACA04D: hue angle of 52.42º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACA04D is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB17216077-
CMYK00.070.550.33
HSL52.42º38.15%48.82%-
HSV(B)52.42º55.23%67.45%-
XYZ30.9234.4512.04-
YUV154.1384.48140.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 77 (30.47% from 255) = 18.83%
R=42.05%
G=39.12%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721607700.070.550.3352.4238.1548.82
HexACA04D073721342631
Octal254240115076741644661
Binary101011001010000010011010111110111100001110100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA04D; }

 p { color: rgb(172,160,77); }

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

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

 a { background-color: rgb(172,160,77); }

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

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

 span { border-color: rgb(172,160,77); }

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