Html Css Color HEX #AC861C Hacienda

📋 copy color: '#AC861C'

red 172 ◦ green 134 ◦ blue 28

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

Shades of Hacienda #AC861C

Tints of Hacienda #AC861C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.12%

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 51.5%
G = 40.12%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC861C (or 0xAC861C) is known color: Hacienda. HEX triplet: AC, 86 and 1C. RGB value is (172,134,28). Sum of RGB (Red+Green+Blue) = 172+134+28=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC861C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC861C is #5379E3. Grayscale: #858585. Windows color (decimal): -5470692 or 1869484. OLE color: 1869484.

HSL color Cylindrical-coordinate representation of color #AC861C: hue angle of 44.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC861C is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 134 28 -
CMYK 0 0.22 0.84 0.33
HSL 44.17º 0.72% 0.39% -
HSV(B) 44.17º 0.84% 0.67% -
XYZ 25.75 25.9 4.74 -
YUV 133.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 172 134 28 0 0.22 0.84 0.33 44.17 0.72 0.39
Hex AC 86 1C 0 16 54 21 2C 48 27
Octal 254 206 34 0 26 124 41 54 110 47
Binary 10101100 10000110 11100 0 10110 1010100 100001 101100 1001000 100111

Color Harmonies of #AC861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC861C

Black with #AC861C

Text Example


Text Example

White with #AC861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC861C; }

 p { color: rgb(172,134,28); }

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

background-color css

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

 a { background-color: rgb(172,134,28); }

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

border-color css

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

 span { border-color: rgb(172,134,28); }

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