Html Css Color HEX #AC841B Hacienda

📋 copy color: '#AC841B'

red 172 ◦ green 132 ◦ blue 27

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

Shades of Hacienda #AC841B

Tints of Hacienda #AC841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 51.96%
G = 39.88%
B = 8.16%

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

#AC841B (or 0xAC841B) is known color: Hacienda. HEX triplet: AC, 84 and 1B. RGB value is (172,132,27). Sum of RGB (Red+Green+Blue) = 172+132+27=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC841B is #537BE4. Grayscale: #848484. Windows color (decimal): -5471205 or 1803436. OLE color: 1803436.

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

Color convert

RGB 172 132 27 -
CMYK 0 0.23 0.84 0.33
HSL 43.45º 0.73% 0.39% -
HSV(B) 43.45º 0.84% 0.67% -
XYZ 25.46 25.35 4.59 -
YUV 131.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 172 132 27 0 0.23 0.84 0.33 43.45 0.73 0.39
Hex AC 84 1B 0 17 54 21 2B 49 27
Octal 254 204 33 0 27 124 41 53 111 47
Binary 10101100 10000100 11011 0 10111 1010100 100001 101011 1001001 100111

Color Harmonies of #AC841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC841B

Black with #AC841B

Text Example


Text Example

White with #AC841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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