Html Css Color HEX #AC891E Hacienda

📋 copy color: '#AC891E'

red 172 ◦ green 137 ◦ blue 30

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

Shades of Hacienda #AC891E

Tints of Hacienda #AC891E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 50.74%
G = 40.41%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC891E (or 0xAC891E) is known color: Hacienda. HEX triplet: AC, 89 and 1E. RGB value is (172,137,30). Sum of RGB (Red+Green+Blue) = 172+137+30=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC891E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC891E is #5376E1. Grayscale: #878787. Windows color (decimal): -5469922 or 2001324. OLE color: 2001324.

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

Color convert

RGB 172 137 30 -
CMYK 0 0.20 0.83 0.33
HSL 45.21º 0.7% 0.4% -
HSV(B) 45.21º 0.83% 0.67% -
XYZ 26.19 26.76 5.01 -
YUV 135.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 172 137 30 0 0.20 0.83 0.33 45.21 0.7 0.4
Hex AC 89 1E 0 14 53 21 2D 46 28
Octal 254 211 36 0 24 123 41 55 106 50
Binary 10101100 10001001 11110 0 10100 1010011 100001 101101 1000110 101000

Color Harmonies of #AC891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC891E

Black with #AC891E

Text Example


Text Example

White with #AC891E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC891E; }

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

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

background-color css

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

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

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

border-color css

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

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

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