Html Css Color HEX #AC821A Hacienda

📋 copy color: '#AC821A'

red 172 ◦ green 130 ◦ blue 26

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

Shades of Hacienda #AC821A

Tints of Hacienda #AC821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

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

R = 52.44%
G = 39.63%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC821A (or 0xAC821A) is known color: Hacienda. HEX triplet: AC, 82 and 1A. RGB value is (172,130,26). Sum of RGB (Red+Green+Blue) = 172+130+26=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC821A is #537DE5. Grayscale: #838383. Windows color (decimal): -5471718 or 1737388. OLE color: 1737388.

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

Color convert

RGB 172 130 26 -
CMYK 0 0.24 0.85 0.33
HSL 42.74º 0.74% 0.39% -
HSV(B) 42.74º 0.85% 0.67% -
XYZ 25.18 24.81 4.44 -
YUV 130.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 172 130 26 0 0.24 0.85 0.33 42.74 0.74 0.39
Hex AC 82 1A 0 18 55 21 2B 4A 27
Octal 254 202 32 0 30 125 41 53 112 47
Binary 10101100 10000010 11010 0 11000 1010101 100001 101011 1001010 100111

Color Harmonies of #AC821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC821A

Black with #AC821A

Text Example


Text Example

White with #AC821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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