Html Css Color HEX #AC851D Hacienda

📋 copy color: '#AC851D'

red 172 ◦ green 133 ◦ blue 29

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

Shades of Hacienda #AC851D

Tints of Hacienda #AC851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 51.5%
G = 39.82%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC851D (or 0xAC851D) is known color: Hacienda. HEX triplet: AC, 85 and 1D. RGB value is (172,133,29). Sum of RGB (Red+Green+Blue) = 172+133+29=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC851D is #537AE2. Grayscale: #858585. Windows color (decimal): -5470947 or 1934764. OLE color: 1934764.

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

Color convert

RGB 172 133 29 -
CMYK 0 0.23 0.83 0.33
HSL 43.64º 0.71% 0.39% -
HSV(B) 43.64º 0.83% 0.67% -
XYZ 25.62 25.63 4.76 -
YUV 132.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 172 133 29 0 0.23 0.83 0.33 43.64 0.71 0.39
Hex AC 85 1D 0 17 53 21 2C 47 27
Octal 254 205 35 0 27 123 41 54 107 47
Binary 10101100 10000101 11101 0 10111 1010011 100001 101100 1000111 100111

Color Harmonies of #AC851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC851D

Black with #AC851D

Text Example


Text Example

White with #AC851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC851D; }

 p { color: rgb(172,133,29); }

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

background-color css

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

 a { background-color: rgb(172,133,29); }

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

border-color css

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

 span { border-color: rgb(172,133,29); }

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