Html Css Color HEX #ACA375 Hillary

📋 copy color: '#ACA375'

red 172 ◦ green 163 ◦ blue 117

#ACA375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hillary #ACA375

Tints of Hillary #ACA375

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 value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#ACA375 (or 0xACA375) is known color: 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

RGB 172 163 117 -
CMYK 0 0.05 0.32 0.33
HSL 50.18º 0.25% 0.57% -
HSV(B) 50.18º 0.32% 0.67% -
XYZ 33.32 36.25 22.07 -
YUV 160.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 172 163 117 0 0.05 0.32 0.33 50.18 0.25 0.57
Hex AC A3 75 0 5 20 21 32 19 39
Octal 254 243 165 0 5 40 41 62 31 71
Binary 10101100 10100011 1110101 0 101 100000 100001 110010 11001 111001

Color Harmonies of #ACA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA375

Black with #ACA375

Text Example


Text Example

White with #ACA375

Text Example


Text Example

HTML Codes & Css Web 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>