Html Css Color HEX #AC8225 Hacienda

📋 copy color: '#AC8225'

red 172 ◦ green 130 ◦ blue 37

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

Shades of Hacienda #AC8225

Tints of Hacienda #AC8225

RGB

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

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

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

R = 50.74%
G = 38.35%
B = 10.91%

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

#AC8225 (or 0xAC8225) is known color: Hacienda. HEX triplet: AC, 82 and 25. RGB value is (172,130,37). Sum of RGB (Red+Green+Blue) = 172+130+37=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8225 is #537DDA. Grayscale: #848484. Windows color (decimal): -5471707 or 2458284. OLE color: 2458284.

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

Color convert

RGB 172 130 37 -
CMYK 0 0.24 0.78 0.33
HSL 41.33º 0.65% 0.41% -
HSV(B) 41.33º 0.78% 0.67% -
XYZ 25.33 24.87 5.22 -
YUV 131.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 172 130 37 0 0.24 0.78 0.33 41.33 0.65 0.41
Hex AC 82 25 0 18 4E 21 29 41 29
Octal 254 202 45 0 30 116 41 51 101 51
Binary 10101100 10000010 100101 0 11000 1001110 100001 101001 1000001 101001

Color Harmonies of #AC8225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8225

Black with #AC8225

Text Example


Text Example

White with #AC8225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8225; }

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

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

background-color css

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

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

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

border-color css

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

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

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