Html Css Color HEX #AC841E Hacienda

📋 copy color: '#AC841E'

red 172 ◦ green 132 ◦ blue 30

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

Shades of Hacienda #AC841E

Tints of Hacienda #AC841E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 51.5%
G = 39.52%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC841E (or 0xAC841E) is known color: Hacienda. HEX triplet: AC, 84 and 1E. RGB value is (172,132,30). Sum of RGB (Red+Green+Blue) = 172+132+30=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC841E is #537BE1. Grayscale: #848484. Windows color (decimal): -5471202 or 2000044. OLE color: 2000044.

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

Color convert

RGB 172 132 30 -
CMYK 0 0.23 0.83 0.33
HSL 43.1º 0.7% 0.4% -
HSV(B) 43.1º 0.83% 0.67% -
XYZ 25.5 25.37 4.78 -
YUV 132.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 172 132 30 0 0.23 0.83 0.33 43.1 0.7 0.4
Hex AC 84 1E 0 17 53 21 2B 46 28
Octal 254 204 36 0 27 123 41 53 106 50
Binary 10101100 10000100 11110 0 10111 1010011 100001 101011 1000110 101000

Color Harmonies of #AC841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC841E

Black with #AC841E

Text Example


Text Example

White with #AC841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC841E; }

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

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

background-color css

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

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

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

border-color css

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

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

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