Html Css Color HEX #AC8226 Hacienda

📋 copy color: '#AC8226'

red 172 ◦ green 130 ◦ blue 38

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

Shades of Hacienda #AC8226

Tints of Hacienda #AC8226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

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

R = 50.59%
G = 38.24%
B = 11.18%

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

#AC8226 (or 0xAC8226) is known color: Hacienda. HEX triplet: AC, 82 and 26. RGB value is (172,130,38). Sum of RGB (Red+Green+Blue) = 172+130+38=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8226 is #537DD9. Grayscale: #848484. Windows color (decimal): -5471706 or 2523820. OLE color: 2523820.

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

Color convert

RGB 172 130 38 -
CMYK 0 0.24 0.78 0.33
HSL 41.19º 0.64% 0.41% -
HSV(B) 41.19º 0.78% 0.67% -
XYZ 25.35 24.88 5.3 -
YUV 132.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 172 130 38 0 0.24 0.78 0.33 41.19 0.64 0.41
Hex AC 82 26 0 18 4E 21 29 40 29
Octal 254 202 46 0 30 116 41 51 100 51
Binary 10101100 10000010 100110 0 11000 1001110 100001 101001 1000000 101001

Color Harmonies of #AC8226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8226

Black with #AC8226

Text Example


Text Example

White with #AC8226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8226; }

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

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

background-color css

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

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

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

border-color css

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

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

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