#ACA351

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

Shades of Husk #ACA351

Tints of Husk #ACA351

Color information

#ACA351 (or 0xACA351) is unknown color: approx Husk. HEX triplet: AC, A3 and 51. RGB value is (172,163,81). Sum of RGB (Red+Green+Blue) = 172+163+81=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA351 is #535CAE. Grayscale: #9C9C9C. Windows color (decimal): -5463215 or 5350316. OLE color: 5350316.

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

Color convert

RGB17216381-
CMYK00.050.530.33
HSL54.07º35.97%49.61%-
HSV(B)54.07º52.91%67.45%-
XYZ31.635.5612.98-
YUV156.3485.48139.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 81 (32.03% from 255) = 19.47%
R=41.35%
G=39.18%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721638100.050.530.3354.0735.9749.61
HexACA351053521362432
Octal254243121056541664462
Binary101011001010001110100010101110101100001110110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA351; }

 p { color: rgb(172,163,81); }

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

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

 a { background-color: rgb(172,163,81); }

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

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

 span { border-color: rgb(172,163,81); }

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