Html Css Color HEX #AC7C18 Hacienda

📋 copy color: '#AC7C18'

red 172 ◦ green 124 ◦ blue 24

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

Shades of Hacienda #AC7C18

Tints of Hacienda #AC7C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.75%

 BLUE value IS 24 (9.77% from 255) = 7.5%

R = 53.75%
G = 38.75%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC7C18 (or 0xAC7C18) is known color: Hacienda. HEX triplet: AC, 7C and 18. RGB value is (172,124,24). Sum of RGB (Red+Green+Blue) = 172+124+24=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7C18 is #5383E7. Grayscale: #7F7F7F. Windows color (decimal): -5473256 or 1604780. OLE color: 1604780.

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

Color convert

RGB 172 124 24 -
CMYK 0 0.28 0.86 0.33
HSL 40.54º 0.76% 0.38% -
HSV(B) 40.54º 0.86% 0.67% -
XYZ 24.39 23.25 4.07 -
YUV 126.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 172 124 24 0 0.28 0.86 0.33 40.54 0.76 0.38
Hex AC 7C 18 0 1C 56 21 29 4C 26
Octal 254 174 30 0 34 126 41 51 114 46
Binary 10101100 1111100 11000 0 11100 1010110 100001 101001 1001100 100110

Color Harmonies of #AC7C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C18

Black with #AC7C18

Text Example


Text Example

White with #AC7C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C18; }

 p { color: rgb(172,124,24); }

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

background-color css

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

 a { background-color: rgb(172,124,24); }

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

border-color css

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

 span { border-color: rgb(172,124,24); }

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