Html Css Color HEX #AC8527 Hacienda

📋 copy color: '#AC8527'

red 172 ◦ green 133 ◦ blue 39

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

Shades of Hacienda #AC8527

Tints of Hacienda #AC8527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.34%

R = 50%
G = 38.66%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC8527 (or 0xAC8527) is known color: Hacienda. HEX triplet: AC, 85 and 27. RGB value is (172,133,39). Sum of RGB (Red+Green+Blue) = 172+133+39=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8527 is #537AD8. Grayscale: #868686. Windows color (decimal): -5470937 or 2590124. OLE color: 2590124.

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

Color convert

RGB 172 133 39 -
CMYK 0 0.23 0.77 0.33
HSL 42.41º 0.63% 0.41% -
HSV(B) 42.41º 0.77% 0.67% -
XYZ 25.77 25.69 5.52 -
YUV 133.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 172 133 39 0 0.23 0.77 0.33 42.41 0.63 0.41
Hex AC 85 27 0 17 4D 21 2A 3F 29
Octal 254 205 47 0 27 115 41 52 77 51
Binary 10101100 10000101 100111 0 10111 1001101 100001 101010 111111 101001

Color Harmonies of #AC8527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8527

Black with #AC8527

Text Example


Text Example

White with #AC8527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8527; }

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

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

background-color css

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

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

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

border-color css

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

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

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