#ACA14E

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

Shades of Husk #ACA14E

Tints of Husk #ACA14E

Color information

#ACA14E (or 0xACA14E) is unknown color: approx Husk. HEX triplet: AC, A1 and 4E. RGB value is (172,161,78). Sum of RGB (Red+Green+Blue) = 172+161+78=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA14E is #535EB1. Grayscale: #9B9B9B. Windows color (decimal): -5463730 or 5153196. OLE color: 5153196.

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

Color convert

RGB17216178-
CMYK00.060.550.33
HSL52.98º37.6%49.02%-
HSV(B)52.98º54.65%67.45%-
XYZ31.1334.8112.29-
YUV154.8384.64140.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=41.85%
G=39.17%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721617800.060.550.3352.9837.649.02
HexACA14E063721352631
Octal254241116066741654661
Binary101011001010000110011100110110111100001110101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA14E; }

 p { color: rgb(172,161,78); }

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

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

 a { background-color: rgb(172,161,78); }

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

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

 span { border-color: rgb(172,161,78); }

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