#ACA375

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

Shades of Hillary #ACA375

Tints of Hillary #ACA375

Color information

#ACA375 (or 0xACA375) is unknown color: approx Hillary. HEX triplet: AC, A3 and 75. RGB value is (172,163,117). Sum of RGB (Red+Green+Blue) = 172+163+117=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA375 is #535C8A. Grayscale: #A0A0A0. Windows color (decimal): -5463179 or 7709612. OLE color: 7709612.

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

Color convert

RGB172163117-
CMYK00.050.320.33
HSL50.18º24.89%56.67%-
HSV(B)50.18º31.98%67.45%-
XYZ33.3236.2522.07-
YUV160.45103.48136.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 163 (64.06% from 255) = 36.06%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=38.05%
G=36.06%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216311700.050.320.3350.1824.8956.67
HexACA375052021321939
Octal254243165054041623171
Binary10101100101000111110101010110000010000111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA375; }

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

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

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

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

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

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

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

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