#ACA175

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

Shades of Hillary #ACA175

Tints of Hillary #ACA175

Color information

#ACA175 (or 0xACA175) is unknown color: approx Hillary. HEX triplet: AC, A1 and 75. RGB value is (172,161,117). Sum of RGB (Red+Green+Blue) = 172+161+117=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA175 is #535E8A. Grayscale: #9F9F9F. Windows color (decimal): -5463691 or 7709100. OLE color: 7709100.

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

Color convert

RGB172161117-
CMYK00.060.320.33
HSL48º24.89%56.67%-
HSV(B)48º31.98%67.45%-
XYZ32.9735.5421.95-
YUV159.27104.14137.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 161 (63.28% from 255) = 35.78%
BLUE value IS 117 (46.09% from 255) = 26%
R=38.22%
G=35.78%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216111700.060.320.334824.8956.67
HexACA175062021301939
Octal254241165064041603171
Binary10101100101000011110101011010000010000111000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA175; }

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

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

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

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

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

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

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

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