Html Css Color HEX #AC811C Hacienda

📋 copy color: '#AC811C'

red 172 ◦ green 129 ◦ blue 28

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

Shades of Hacienda #AC811C

Tints of Hacienda #AC811C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.51%

R = 52.28%
G = 39.21%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC811C (or 0xAC811C) is known color: Hacienda. HEX triplet: AC, 81 and 1C. RGB value is (172,129,28). Sum of RGB (Red+Green+Blue) = 172+129+28=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC811C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC811C is #537EE3. Grayscale: #828282. Windows color (decimal): -5471972 or 1868204. OLE color: 1868204.

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

Color convert

RGB 172 129 28 -
CMYK 0 0.25 0.84 0.33
HSL 42.08º 0.72% 0.39% -
HSV(B) 42.08º 0.84% 0.67% -
XYZ 25.07 24.56 4.52 -
YUV 130.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 172 129 28 0 0.25 0.84 0.33 42.08 0.72 0.39
Hex AC 81 1C 0 19 54 21 2A 48 27
Octal 254 201 34 0 31 124 41 52 110 47
Binary 10101100 10000001 11100 0 11001 1010100 100001 101010 1001000 100111

Color Harmonies of #AC811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC811C

Black with #AC811C

Text Example


Text Example

White with #AC811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC811C; }

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

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

background-color css

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

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

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

border-color css

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

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

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