Html Css Color HEX #AC861F Hacienda

📋 copy color: '#AC861F'

red 172 ◦ green 134 ◦ blue 31

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

Shades of Hacienda #AC861F

Tints of Hacienda #AC861F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 51.04%
G = 39.76%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC861F (or 0xAC861F) is known color: Hacienda. HEX triplet: AC, 86 and 1F. RGB value is (172,134,31). Sum of RGB (Red+Green+Blue) = 172+134+31=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC861F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC861F is #5379E0. Grayscale: #868686. Windows color (decimal): -5470689 or 2066092. OLE color: 2066092.

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

Color convert

RGB 172 134 31 -
CMYK 0 0.22 0.82 0.33
HSL 43.83º 0.69% 0.4% -
HSV(B) 43.83º 0.82% 0.67% -
XYZ 25.79 25.92 4.94 -
YUV 133.62 70.09 155.38 -
System Red Green Blue C M Y K H S L
Decimal 172 134 31 0 0.22 0.82 0.33 43.83 0.69 0.4
Hex AC 86 1F 0 16 52 21 2C 45 28
Octal 254 206 37 0 26 122 41 54 105 50
Binary 10101100 10000110 11111 0 10110 1010010 100001 101100 1000101 101000

Color Harmonies of #AC861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC861F

Black with #AC861F

Text Example


Text Example

White with #AC861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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