Html Css Color HEX #AC861E Hacienda

📋 copy color: '#AC861E'

red 172 ◦ green 134 ◦ blue 30

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

Shades of Hacienda #AC861E

Tints of Hacienda #AC861E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 51.19%
G = 39.88%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC861E (or 0xAC861E) is known color: Hacienda. HEX triplet: AC, 86 and 1E. RGB value is (172,134,30). Sum of RGB (Red+Green+Blue) = 172+134+30=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC861E is #5379E1. Grayscale: #858585. Windows color (decimal): -5470690 or 2000556. OLE color: 2000556.

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

Color convert

RGB 172 134 30 -
CMYK 0 0.22 0.83 0.33
HSL 43.94º 0.7% 0.4% -
HSV(B) 43.94º 0.83% 0.67% -
XYZ 25.77 25.91 4.87 -
YUV 133.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 172 134 30 0 0.22 0.83 0.33 43.94 0.7 0.4
Hex AC 86 1E 0 16 53 21 2C 46 28
Octal 254 206 36 0 26 123 41 54 106 50
Binary 10101100 10000110 11110 0 10110 1010011 100001 101100 1000110 101000

Color Harmonies of #AC861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC861E

Black with #AC861E

Text Example


Text Example

White with #AC861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC861E; }

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

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

background-color css

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

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

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

border-color css

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

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

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