Html Css Color HEX #AC8A1C Hacienda

📋 copy color: '#AC8A1C'

red 172 ◦ green 138 ◦ blue 28

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

Shades of Hacienda #AC8A1C

Tints of Hacienda #AC8A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.83%

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

R = 50.89%
G = 40.83%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC8A1C (or 0xAC8A1C) is known color: Hacienda. HEX triplet: AC, 8A and 1C. RGB value is (172,138,28). Sum of RGB (Red+Green+Blue) = 172+138+28=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A1C is #5375E3. Grayscale: #888888. Windows color (decimal): -5469668 or 1870508. OLE color: 1870508.

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

Color convert

RGB 172 138 28 -
CMYK 0 0.20 0.84 0.33
HSL 45.83º 0.72% 0.39% -
HSV(B) 45.83º 0.84% 0.67% -
XYZ 26.31 27.03 4.93 -
YUV 135.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 172 138 28 0 0.20 0.84 0.33 45.83 0.72 0.39
Hex AC 8A 1C 0 14 54 21 2E 48 27
Octal 254 212 34 0 24 124 41 56 110 47
Binary 10101100 10001010 11100 0 10100 1010100 100001 101110 1001000 100111

Color Harmonies of #AC8A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A1C

Black with #AC8A1C

Text Example


Text Example

White with #AC8A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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