Html Css Color HEX #AC7E19 Hacienda

📋 copy color: '#AC7E19'

red 172 ◦ green 126 ◦ blue 25

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

Shades of Hacienda #AC7E19

Tints of Hacienda #AC7E19

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.01%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 53.25%
G = 39.01%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC7E19 (or 0xAC7E19) is known color: Hacienda. HEX triplet: AC, 7E and 19. RGB value is (172,126,25). Sum of RGB (Red+Green+Blue) = 172+126+25=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7E19 is #5381E6. Grayscale: #808080. Windows color (decimal): -5472743 or 1670828. OLE color: 1670828.

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

Color convert

RGB 172 126 25 -
CMYK 0 0.27 0.85 0.33
HSL 41.22º 0.75% 0.39% -
HSV(B) 41.22º 0.85% 0.67% -
XYZ 24.65 23.76 4.21 -
YUV 128.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 172 126 25 0 0.27 0.85 0.33 41.22 0.75 0.39
Hex AC 7E 19 0 1B 55 21 29 4B 27
Octal 254 176 31 0 33 125 41 51 113 47
Binary 10101100 1111110 11001 0 11011 1010101 100001 101001 1001011 100111

Color Harmonies of #AC7E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E19

Black with #AC7E19

Text Example


Text Example

White with #AC7E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E19; }

 p { color: rgb(172,126,25); }

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

background-color css

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

 a { background-color: rgb(172,126,25); }

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

border-color css

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

 span { border-color: rgb(172,126,25); }

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