Html Css Color HEX #AC891C Hacienda

📋 copy color: '#AC891C'

red 172 ◦ green 137 ◦ blue 28

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

Shades of Hacienda #AC891C

Tints of Hacienda #AC891C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

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

R = 51.04%
G = 40.65%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC891C (or 0xAC891C) is known color: Hacienda. HEX triplet: AC, 89 and 1C. RGB value is (172,137,28). Sum of RGB (Red+Green+Blue) = 172+137+28=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC891C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC891C is #5376E3. Grayscale: #878787. Windows color (decimal): -5469924 or 1870252. OLE color: 1870252.

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

Color convert

RGB 172 137 28 -
CMYK 0 0.20 0.84 0.33
HSL 45.42º 0.72% 0.39% -
HSV(B) 45.42º 0.84% 0.67% -
XYZ 26.17 26.75 4.88 -
YUV 135.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 172 137 28 0 0.20 0.84 0.33 45.42 0.72 0.39
Hex AC 89 1C 0 14 54 21 2D 48 27
Octal 254 211 34 0 24 124 41 55 110 47
Binary 10101100 10001001 11100 0 10100 1010100 100001 101101 1001000 100111

Color Harmonies of #AC891C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC891C

Black with #AC891C

Text Example


Text Example

White with #AC891C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC891C; }

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

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

background-color css

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

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

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

border-color css

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

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

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