Html Css Color HEX #AC7D17 Hacienda

📋 copy color: '#AC7D17'

red 172 ◦ green 125 ◦ blue 23

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

Shades of Hacienda #AC7D17

Tints of Hacienda #AC7D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.06%

 BLUE value IS 23 (9.38% from 255) = 7.19%

R = 53.75%
G = 39.06%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC7D17 (or 0xAC7D17) is known color: Hacienda. HEX triplet: AC, 7D and 17. RGB value is (172,125,23). Sum of RGB (Red+Green+Blue) = 172+125+23=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7D17 is #5382E8. Grayscale: #7F7F7F. Windows color (decimal): -5473001 or 1539500. OLE color: 1539500.

HSL color Cylindrical-coordinate representation of color #AC7D17: hue angle of 41.07º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC7D17 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 125 23 -
CMYK 0 0.27 0.87 0.33
HSL 41.07º 0.76% 0.38% -
HSV(B) 41.07º 0.87% 0.67% -
XYZ 24.5 23.5 4.06 -
YUV 127.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 172 125 23 0 0.27 0.87 0.33 41.07 0.76 0.38
Hex AC 7D 17 0 1B 57 21 29 4C 26
Octal 254 175 27 0 33 127 41 51 114 46
Binary 10101100 1111101 10111 0 11011 1010111 100001 101001 1001100 100110

Color Harmonies of #AC7D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D17

Black with #AC7D17

Text Example


Text Example

White with #AC7D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D17; }

 p { color: rgb(172,125,23); }

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

background-color css

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

 a { background-color: rgb(172,125,23); }

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

border-color css

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

 span { border-color: rgb(172,125,23); }

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