Html Css Color HEX #AC891B Hacienda

📋 copy color: '#AC891B'

red 172 ◦ green 137 ◦ blue 27

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

Shades of Hacienda #AC891B

Tints of Hacienda #AC891B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 51.19%
G = 40.77%
B = 8.04%

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

#AC891B (or 0xAC891B) is known color: Hacienda. HEX triplet: AC, 89 and 1B. RGB value is (172,137,27). Sum of RGB (Red+Green+Blue) = 172+137+27=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC891B is #5376E4. Grayscale: #878787. Windows color (decimal): -5469925 or 1804716. OLE color: 1804716.

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

Color convert

RGB 172 137 27 -
CMYK 0 0.20 0.84 0.33
HSL 45.52º 0.73% 0.39% -
HSV(B) 45.52º 0.84% 0.67% -
XYZ 26.16 26.74 4.82 -
YUV 134.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 172 137 27 0 0.20 0.84 0.33 45.52 0.73 0.39
Hex AC 89 1B 0 14 54 21 2E 49 27
Octal 254 211 33 0 24 124 41 56 111 47
Binary 10101100 10001001 11011 0 10100 1010100 100001 101110 1001001 100111

Color Harmonies of #AC891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC891B

Black with #AC891B

Text Example


Text Example

White with #AC891B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC891B; }

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

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

background-color css

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

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

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

border-color css

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

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

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