Html Css Color HEX #AC8526 Hacienda

📋 copy color: '#AC8526'

red 172 ◦ green 133 ◦ blue 38

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

Shades of Hacienda #AC8526

Tints of Hacienda #AC8526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.08%

R = 50.15%
G = 38.78%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC8526 (or 0xAC8526) is known color: Hacienda. HEX triplet: AC, 85 and 26. RGB value is (172,133,38). Sum of RGB (Red+Green+Blue) = 172+133+38=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8526 is #537AD9. Grayscale: #868686. Windows color (decimal): -5470938 or 2524588. OLE color: 2524588.

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

Color convert

RGB 172 133 38 -
CMYK 0 0.23 0.78 0.33
HSL 42.54º 0.64% 0.41% -
HSV(B) 42.54º 0.78% 0.67% -
XYZ 25.75 25.69 5.43 -
YUV 133.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 172 133 38 0 0.23 0.78 0.33 42.54 0.64 0.41
Hex AC 85 26 0 17 4E 21 2B 40 29
Octal 254 205 46 0 27 116 41 53 100 51
Binary 10101100 10000101 100110 0 10111 1001110 100001 101011 1000000 101001

Color Harmonies of #AC8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8526

Black with #AC8526

Text Example


Text Example

White with #AC8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8526; }

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

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

background-color css

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

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

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

border-color css

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

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

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