Html Css Color HEX #AC8826 Hacienda

📋 copy color: '#AC8826'

red 172 ◦ green 136 ◦ blue 38

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

Shades of Hacienda #AC8826

Tints of Hacienda #AC8826

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.31%

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

R = 49.71%
G = 39.31%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC8826 (or 0xAC8826) is known color: Hacienda. HEX triplet: AC, 88 and 26. RGB value is (172,136,38). Sum of RGB (Red+Green+Blue) = 172+136+38=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8826 is #5377D9. Grayscale: #888888. Windows color (decimal): -5470170 or 2525356. OLE color: 2525356.

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

Color convert

RGB 172 136 38 -
CMYK 0 0.21 0.78 0.33
HSL 43.88º 0.64% 0.41% -
HSV(B) 43.88º 0.78% 0.67% -
XYZ 26.17 26.52 5.57 -
YUV 135.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 172 136 38 0 0.21 0.78 0.33 43.88 0.64 0.41
Hex AC 88 26 0 15 4E 21 2C 40 29
Octal 254 210 46 0 25 116 41 54 100 51
Binary 10101100 10001000 100110 0 10101 1001110 100001 101100 1000000 101001

Color Harmonies of #AC8826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8826

Black with #AC8826

Text Example


Text Example

White with #AC8826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8826; }

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

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

background-color css

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

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

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

border-color css

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

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

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