Html Css Color HEX #AC8825 Hacienda

📋 copy color: '#AC8825'

red 172 ◦ green 136 ◦ blue 37

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

Shades of Hacienda #AC8825

Tints of Hacienda #AC8825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 49.86%
G = 39.42%
B = 10.72%

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

#AC8825 (or 0xAC8825) is known color: Hacienda. HEX triplet: AC, 88 and 25. RGB value is (172,136,37). Sum of RGB (Red+Green+Blue) = 172+136+37=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8825 is #5377DA. Grayscale: #878787. Windows color (decimal): -5470171 or 2459820. OLE color: 2459820.

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

Color convert

RGB 172 136 37 -
CMYK 0 0.21 0.78 0.33
HSL 44º 0.65% 0.41% -
HSV(B) 44º 0.78% 0.67% -
XYZ 26.15 26.51 5.49 -
YUV 135.48 72.43 154.05 -
System Red Green Blue C M Y K H S L
Decimal 172 136 37 0 0.21 0.78 0.33 44 0.65 0.41
Hex AC 88 25 0 15 4E 21 2C 41 29
Octal 254 210 45 0 25 116 41 54 101 51
Binary 10101100 10001000 100101 0 10101 1001110 100001 101100 1000001 101001

Color Harmonies of #AC8825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8825

Black with #AC8825

Text Example


Text Example

White with #AC8825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8825; }

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

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

background-color css

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

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

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

border-color css

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

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

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