Html Css Color HEX #AC8425 Hacienda

📋 copy color: '#AC8425'

red 172 ◦ green 132 ◦ blue 37

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

Shades of Hacienda #AC8425

Tints of Hacienda #AC8425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

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

R = 50.44%
G = 38.71%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC8425 (or 0xAC8425) is known color: Hacienda. HEX triplet: AC, 84 and 25. RGB value is (172,132,37). Sum of RGB (Red+Green+Blue) = 172+132+37=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8425 is #537BDA. Grayscale: #858585. Windows color (decimal): -5471195 or 2458796. OLE color: 2458796.

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

Color convert

RGB 172 132 37 -
CMYK 0 0.23 0.78 0.33
HSL 42.22º 0.65% 0.41% -
HSV(B) 42.22º 0.78% 0.67% -
XYZ 25.6 25.41 5.31 -
YUV 133.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 172 132 37 0 0.23 0.78 0.33 42.22 0.65 0.41
Hex AC 84 25 0 17 4E 21 2A 41 29
Octal 254 204 45 0 27 116 41 52 101 51
Binary 10101100 10000100 100101 0 10111 1001110 100001 101010 1000001 101001

Color Harmonies of #AC8425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8425

Black with #AC8425

Text Example


Text Example

White with #AC8425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8425; }

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

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

background-color css

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

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

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

border-color css

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

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

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