#ACA150

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

Shades of Husk #ACA150

Tints of Husk #ACA150

Color information

#ACA150 (or 0xACA150) is unknown color: approx Husk. HEX triplet: AC, A1 and 50. RGB value is (172,161,80). Sum of RGB (Red+Green+Blue) = 172+161+80=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA150 is #535EAF. Grayscale: #9B9B9B. Windows color (decimal): -5463728 or 5284268. OLE color: 5284268.

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

Color convert

RGB17216180-
CMYK00.060.530.33
HSL52.83º36.51%49.41%-
HSV(B)52.83º53.49%67.45%-
XYZ31.2134.8412.67-
YUV155.0685.64140.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=41.65%
G=38.98%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721618000.060.530.3352.8336.5149.41
HexACA150063521352531
Octal254241120066541654561
Binary101011001010000110100000110110101100001110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA150; }

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

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

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

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

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

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

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

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