Html Css Color HEX #AC851B Hacienda

📋 copy color: '#AC851B'

red 172 ◦ green 133 ◦ blue 27

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

Shades of Hacienda #AC851B

Tints of Hacienda #AC851B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

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

R = 51.81%
G = 40.06%
B = 8.13%

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

#AC851B (or 0xAC851B) is known color: Hacienda. HEX triplet: AC, 85 and 1B. RGB value is (172,133,27). Sum of RGB (Red+Green+Blue) = 172+133+27=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC851B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC851B is #537AE4. Grayscale: #858585. Windows color (decimal): -5470949 or 1803692. OLE color: 1803692.

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

Color convert

RGB 172 133 27 -
CMYK 0 0.23 0.84 0.33
HSL 43.86º 0.73% 0.39% -
HSV(B) 43.86º 0.84% 0.67% -
XYZ 25.6 25.62 4.63 -
YUV 132.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 172 133 27 0 0.23 0.84 0.33 43.86 0.73 0.39
Hex AC 85 1B 0 17 54 21 2C 49 27
Octal 254 205 33 0 27 124 41 54 111 47
Binary 10101100 10000101 11011 0 10111 1010100 100001 101100 1001001 100111

Color Harmonies of #AC851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC851B

Black with #AC851B

Text Example


Text Example

White with #AC851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC851B; }

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

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

background-color css

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

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

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

border-color css

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

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

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