Html Css Color HEX #AC8524 Hacienda

📋 copy color: '#AC8524'

red 172 ◦ green 133 ◦ blue 36

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

Shades of Hacienda #AC8524

Tints of Hacienda #AC8524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39%

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 50.44%
G = 39%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC8524 (or 0xAC8524) is known color: Hacienda. HEX triplet: AC, 85 and 24. RGB value is (172,133,36). Sum of RGB (Red+Green+Blue) = 172+133+36=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8524 is #537ADB. Grayscale: #868686. Windows color (decimal): -5470940 or 2393516. OLE color: 2393516.

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

Color convert

RGB 172 133 36 -
CMYK 0 0.23 0.79 0.33
HSL 42.79º 0.65% 0.41% -
HSV(B) 42.79º 0.79% 0.67% -
XYZ 25.72 25.67 5.27 -
YUV 133.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 172 133 36 0 0.23 0.79 0.33 42.79 0.65 0.41
Hex AC 85 24 0 17 4F 21 2B 41 29
Octal 254 205 44 0 27 117 41 53 101 51
Binary 10101100 10000101 100100 0 10111 1001111 100001 101011 1000001 101001

Color Harmonies of #AC8524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8524

Black with #AC8524

Text Example


Text Example

White with #AC8524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8524; }

 p { color: rgb(172,133,36); }

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

background-color css

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

 a { background-color: rgb(172,133,36); }

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

border-color css

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

 span { border-color: rgb(172,133,36); }

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