Html Css Color HEX #AC8627 Hacienda

📋 copy color: '#AC8627'

red 172 ◦ green 134 ◦ blue 39

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

Shades of Hacienda #AC8627

Tints of Hacienda #AC8627

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.84%

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

R = 49.86%
G = 38.84%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC8627 (or 0xAC8627) is known color: Hacienda. HEX triplet: AC, 86 and 27. RGB value is (172,134,39). Sum of RGB (Red+Green+Blue) = 172+134+39=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8627 is #5379D8. Grayscale: #868686. Windows color (decimal): -5470681 or 2590380. OLE color: 2590380.

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

Color convert

RGB 172 134 39 -
CMYK 0 0.22 0.77 0.33
HSL 42.86º 0.63% 0.41% -
HSV(B) 42.86º 0.77% 0.67% -
XYZ 25.9 25.97 5.57 -
YUV 134.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 172 134 39 0 0.22 0.77 0.33 42.86 0.63 0.41
Hex AC 86 27 0 16 4D 21 2B 3F 29
Octal 254 206 47 0 26 115 41 53 77 51
Binary 10101100 10000110 100111 0 10110 1001101 100001 101011 111111 101001

Color Harmonies of #AC8627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8627

Black with #AC8627

Text Example


Text Example

White with #AC8627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8627; }

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

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

background-color css

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

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

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

border-color css

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

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

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