Html Css Color HEX #AC871E Hacienda

📋 copy color: '#AC871E'

red 172 ◦ green 135 ◦ blue 30

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

Shades of Hacienda #AC871E

Tints of Hacienda #AC871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.06%

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

R = 51.04%
G = 40.06%
B = 8.9%

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

#AC871E (or 0xAC871E) is known color: Hacienda. HEX triplet: AC, 87 and 1E. RGB value is (172,135,30). Sum of RGB (Red+Green+Blue) = 172+135+30=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC871E is #5378E1. Grayscale: #868686. Windows color (decimal): -5470434 or 2000812. OLE color: 2000812.

HSL color Cylindrical-coordinate representation of color #AC871E: hue angle of 44.37º 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 #AC871E is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 135 30 -
CMYK 0 0.22 0.83 0.33
HSL 44.37º 0.7% 0.4% -
HSV(B) 44.37º 0.83% 0.67% -
XYZ 25.91 26.19 4.92 -
YUV 134.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 172 135 30 0 0.22 0.83 0.33 44.37 0.7 0.4
Hex AC 87 1E 0 16 53 21 2C 46 28
Octal 254 207 36 0 26 123 41 54 106 50
Binary 10101100 10000111 11110 0 10110 1010011 100001 101100 1000110 101000

Color Harmonies of #AC871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC871E

Black with #AC871E

Text Example


Text Example

White with #AC871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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