Html Css Color HEX #AC841C Hacienda

📋 copy color: '#AC841C'

red 172 ◦ green 132 ◦ blue 28

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

Shades of Hacienda #AC841C

Tints of Hacienda #AC841C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 51.81%
G = 39.76%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC841C (or 0xAC841C) is known color: Hacienda. HEX triplet: AC, 84 and 1C. RGB value is (172,132,28). Sum of RGB (Red+Green+Blue) = 172+132+28=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC841C is #537BE3. Grayscale: #848484. Windows color (decimal): -5471204 or 1868972. OLE color: 1868972.

HSL color Cylindrical-coordinate representation of color #AC841C: hue angle of 43.33º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC841C is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 132 28 -
CMYK 0 0.23 0.84 0.33
HSL 43.33º 0.72% 0.39% -
HSV(B) 43.33º 0.84% 0.67% -
XYZ 25.47 25.36 4.65 -
YUV 132.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 172 132 28 0 0.23 0.84 0.33 43.33 0.72 0.39
Hex AC 84 1C 0 17 54 21 2B 48 27
Octal 254 204 34 0 27 124 41 53 110 47
Binary 10101100 10000100 11100 0 10111 1010100 100001 101011 1001000 100111

Color Harmonies of #AC841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC841C

Black with #AC841C

Text Example


Text Example

White with #AC841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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