Html Css Color HEX #ACA672 Hillary

📋 copy color: '#ACA672'

red 172 ◦ green 166 ◦ blue 114

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

Shades of Hillary #ACA672

Tints of Hillary #ACA672

RGB

 RED value IS 172 (67.58% from 255) = 38.05%

 GREEN value IS 166 (65.23% from 255) = 36.73%

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 38.05%
G = 36.73%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#ACA672 (or 0xACA672) is known color: Hillary. HEX triplet: AC, A6 and 72. RGB value is (172,166,114). Sum of RGB (Red+Green+Blue) = 172+166+114=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA672 is #53598D. Grayscale: #A2A2A2. Windows color (decimal): -5462414 or 7513772. OLE color: 7513772.

HSL color Cylindrical-coordinate representation of color #ACA672: hue angle of 53.79º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACA672 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 166 114 -
CMYK 0 0.03 0.34 0.33
HSL 53.79º 0.26% 0.56% -
HSV(B) 53.79º 0.34% 0.67% -
XYZ 33.69 37.26 21.34 -
YUV 161.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 172 166 114 0 0.03 0.34 0.33 53.79 0.26 0.56
Hex AC A6 72 0 3 22 21 36 1A 38
Octal 254 246 162 0 3 42 41 66 32 70
Binary 10101100 10100110 1110010 0 11 100010 100001 110110 11010 111000

Color Harmonies of #ACA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA672

Black with #ACA672

Text Example


Text Example

White with #ACA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA672; }

 p { color: rgb(172,166,114); }

 H1.HeaderClassName
 {
   color: #ACA672;
 }
 .AnyTagClassName
 {
   color: #ACA672;
 }
</style>

background-color css

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

 a { background-color: rgb(172,166,114); }

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

border-color css

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

 span { border-color: rgb(172,166,114); }

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