Html Css Color HEX #AC851E Hacienda

📋 copy color: '#AC851E'

red 172 ◦ green 133 ◦ blue 30

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

Shades of Hacienda #AC851E

Tints of Hacienda #AC851E

RGB

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

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

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

R = 51.34%
G = 39.7%
B = 8.96%

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

#AC851E (or 0xAC851E) is known color: Hacienda. HEX triplet: AC, 85 and 1E. RGB value is (172,133,30). Sum of RGB (Red+Green+Blue) = 172+133+30=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC851E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC851E is #537AE1. Grayscale: #858585. Windows color (decimal): -5470946 or 2000300. OLE color: 2000300.

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

Color convert

RGB 172 133 30 -
CMYK 0 0.23 0.83 0.33
HSL 43.52º 0.7% 0.4% -
HSV(B) 43.52º 0.83% 0.67% -
XYZ 25.64 25.64 4.83 -
YUV 132.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 172 133 30 0 0.23 0.83 0.33 43.52 0.7 0.4
Hex AC 85 1E 0 17 53 21 2C 46 28
Octal 254 205 36 0 27 123 41 54 106 50
Binary 10101100 10000101 11110 0 10111 1010011 100001 101100 1000110 101000

Color Harmonies of #AC851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC851E

Black with #AC851E

Text Example


Text Example

White with #AC851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC851E; }

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

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

background-color css

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

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

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

border-color css

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

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

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