Html Css Color HEX #AC841F Hacienda

📋 copy color: '#AC841F'

red 172 ◦ green 132 ◦ blue 31

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

Shades of Hacienda #AC841F

Tints of Hacienda #AC841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

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

R = 51.34%
G = 39.4%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC841F (or 0xAC841F) is known color: Hacienda. HEX triplet: AC, 84 and 1F. RGB value is (172,132,31). Sum of RGB (Red+Green+Blue) = 172+132+31=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC841F is #537BE0. Grayscale: #848484. Windows color (decimal): -5471201 or 2065580. OLE color: 2065580.

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

Color convert

RGB 172 132 31 -
CMYK 0 0.23 0.82 0.33
HSL 42.98º 0.69% 0.4% -
HSV(B) 42.98º 0.82% 0.67% -
XYZ 25.51 25.37 4.85 -
YUV 132.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 172 132 31 0 0.23 0.82 0.33 42.98 0.69 0.4
Hex AC 84 1F 0 17 52 21 2B 45 28
Octal 254 204 37 0 27 122 41 53 105 50
Binary 10101100 10000100 11111 0 10111 1010010 100001 101011 1000101 101000

Color Harmonies of #AC841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC841F

Black with #AC841F

Text Example


Text Example

White with #AC841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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