Html Css Color HEX #AC801A Hacienda

📋 copy color: '#AC801A'

red 172 ◦ green 128 ◦ blue 26

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

Shades of Hacienda #AC801A

Tints of Hacienda #AC801A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 52.76%
G = 39.26%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC801A (or 0xAC801A) is known color: Hacienda. HEX triplet: AC, 80 and 1A. RGB value is (172,128,26). Sum of RGB (Red+Green+Blue) = 172+128+26=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC801A is #537FE5. Grayscale: #818181. Windows color (decimal): -5472230 or 1736876. OLE color: 1736876.

HSL color Cylindrical-coordinate representation of color #AC801A: hue angle of 41.92º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC801A is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 26 -
CMYK 0 0.26 0.85 0.33
HSL 41.92º 0.74% 0.39% -
HSV(B) 41.92º 0.85% 0.67% -
XYZ 24.92 24.28 4.35 -
YUV 129.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 172 128 26 0 0.26 0.85 0.33 41.92 0.74 0.39
Hex AC 80 1A 0 1A 55 21 2A 4A 27
Octal 254 200 32 0 32 125 41 52 112 47
Binary 10101100 10000000 11010 0 11010 1010101 100001 101010 1001010 100111

Color Harmonies of #AC801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC801A

Black with #AC801A

Text Example


Text Example

White with #AC801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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