Html Css Color HEX #AC811D Hacienda

📋 copy color: '#AC811D'

red 172 ◦ green 129 ◦ blue 29

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

Shades of Hacienda #AC811D

Tints of Hacienda #AC811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

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

R = 52.12%
G = 39.09%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC811D (or 0xAC811D) is known color: Hacienda. HEX triplet: AC, 81 and 1D. RGB value is (172,129,29). Sum of RGB (Red+Green+Blue) = 172+129+29=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC811D is #537EE2. Grayscale: #828282. Windows color (decimal): -5471971 or 1933740. OLE color: 1933740.

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

Color convert

RGB 172 129 29 -
CMYK 0 0.25 0.83 0.33
HSL 41.96º 0.71% 0.39% -
HSV(B) 41.96º 0.83% 0.67% -
XYZ 25.09 24.56 4.58 -
YUV 130.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 172 129 29 0 0.25 0.83 0.33 41.96 0.71 0.39
Hex AC 81 1D 0 19 53 21 2A 47 27
Octal 254 201 35 0 31 123 41 52 107 47
Binary 10101100 10000001 11101 0 11001 1010011 100001 101010 1000111 100111

Color Harmonies of #AC811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC811D

Black with #AC811D

Text Example


Text Example

White with #AC811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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