Html Css Color HEX #AC801C Hacienda

📋 copy color: '#AC801C'

red 172 ◦ green 128 ◦ blue 28

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

Shades of Hacienda #AC801C

Tints of Hacienda #AC801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

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

R = 52.44%
G = 39.02%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC801C (or 0xAC801C) is known color: Hacienda. HEX triplet: AC, 80 and 1C. RGB value is (172,128,28). Sum of RGB (Red+Green+Blue) = 172+128+28=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC801C is #537FE3. Grayscale: #828282. Windows color (decimal): -5472228 or 1867948. OLE color: 1867948.

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

Color convert

RGB 172 128 28 -
CMYK 0 0.26 0.84 0.33
HSL 41.67º 0.72% 0.39% -
HSV(B) 41.67º 0.84% 0.67% -
XYZ 24.94 24.29 4.47 -
YUV 129.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 172 128 28 0 0.26 0.84 0.33 41.67 0.72 0.39
Hex AC 80 1C 0 1A 54 21 2A 48 27
Octal 254 200 34 0 32 124 41 52 110 47
Binary 10101100 10000000 11100 0 11010 1010100 100001 101010 1001000 100111

Color Harmonies of #AC801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC801C

Black with #AC801C

Text Example


Text Example

White with #AC801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC801C; }

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

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

background-color css

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

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

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

border-color css

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

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

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