Html Css Color HEX #AC891F Hacienda

📋 copy color: '#AC891F'

red 172 ◦ green 137 ◦ blue 31

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

Shades of Hacienda #AC891F

Tints of Hacienda #AC891F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 50.59%
G = 40.29%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC891F (or 0xAC891F) is known color: Hacienda. HEX triplet: AC, 89 and 1F. RGB value is (172,137,31). Sum of RGB (Red+Green+Blue) = 172+137+31=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC891F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC891F is #5376E0. Grayscale: #878787. Windows color (decimal): -5469921 or 2066860. OLE color: 2066860.

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

Color convert

RGB 172 137 31 -
CMYK 0 0.20 0.82 0.33
HSL 45.11º 0.69% 0.4% -
HSV(B) 45.11º 0.82% 0.67% -
XYZ 26.21 26.76 5.08 -
YUV 135.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 172 137 31 0 0.20 0.82 0.33 45.11 0.69 0.4
Hex AC 89 1F 0 14 52 21 2D 45 28
Octal 254 211 37 0 24 122 41 55 105 50
Binary 10101100 10001001 11111 0 10100 1010010 100001 101101 1000101 101000

Color Harmonies of #AC891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC891F

Black with #AC891F

Text Example


Text Example

White with #AC891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC891F; }

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

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

background-color css

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

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

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

border-color css

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

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

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