Html Css Color HEX #AC7B19 Hacienda

📋 copy color: '#AC7B19'

red 172 ◦ green 123 ◦ blue 25

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

Shades of Hacienda #AC7B19

Tints of Hacienda #AC7B19

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.44%

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

R = 53.75%
G = 38.44%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC7B19 (or 0xAC7B19) is known color: Hacienda. HEX triplet: AC, 7B and 19. RGB value is (172,123,25). Sum of RGB (Red+Green+Blue) = 172+123+25=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B19 is #5384E6. Grayscale: #7E7E7E. Windows color (decimal): -5473511 or 1670060. OLE color: 1670060.

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

Color convert

RGB 172 123 25 -
CMYK 0 0.28 0.85 0.33
HSL 40º 0.75% 0.39% -
HSV(B) 40º 0.85% 0.67% -
XYZ 24.27 23.01 4.08 -
YUV 126.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 172 123 25 0 0.28 0.85 0.33 40 0.75 0.39
Hex AC 7B 19 0 1C 55 21 28 4B 27
Octal 254 173 31 0 34 125 41 50 113 47
Binary 10101100 1111011 11001 0 11100 1010101 100001 101000 1001011 100111

Color Harmonies of #AC7B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B19

Black with #AC7B19

Text Example


Text Example

White with #AC7B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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