Html Css Color HEX #AC8325 Hacienda

📋 copy color: '#AC8325'

red 172 ◦ green 131 ◦ blue 37

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

Shades of Hacienda #AC8325

Tints of Hacienda #AC8325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.53%

 BLUE value IS 37 (14.84% from 255) = 10.88%

R = 50.59%
G = 38.53%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC8325 (or 0xAC8325) is known color: Hacienda. HEX triplet: AC, 83 and 25. RGB value is (172,131,37). Sum of RGB (Red+Green+Blue) = 172+131+37=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8325 is #537CDA. Grayscale: #848484. Windows color (decimal): -5471451 or 2458540. OLE color: 2458540.

HSL color Cylindrical-coordinate representation of color #AC8325: hue angle of 41.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC8325 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 37 -
CMYK 0 0.24 0.78 0.33
HSL 41.78º 0.65% 0.41% -
HSV(B) 41.78º 0.78% 0.67% -
XYZ 25.46 25.14 5.26 -
YUV 132.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 172 131 37 0 0.24 0.78 0.33 41.78 0.65 0.41
Hex AC 83 25 0 18 4E 21 2A 41 29
Octal 254 203 45 0 30 116 41 52 101 51
Binary 10101100 10000011 100101 0 11000 1001110 100001 101010 1000001 101001

Color Harmonies of #AC8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8325

Black with #AC8325

Text Example


Text Example

White with #AC8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8325; }

 p { color: rgb(172,131,37); }

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

background-color css

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

 a { background-color: rgb(172,131,37); }

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

border-color css

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

 span { border-color: rgb(172,131,37); }

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