Html Css Color HEX #AC7D1C Hacienda

📋 copy color: '#AC7D1C'

red 172 ◦ green 125 ◦ blue 28

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

Shades of Hacienda #AC7D1C

Tints of Hacienda #AC7D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.46%

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

R = 52.92%
G = 38.46%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC7D1C (or 0xAC7D1C) is known color: Hacienda. HEX triplet: AC, 7D and 1C. RGB value is (172,125,28). Sum of RGB (Red+Green+Blue) = 172+125+28=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D1C is #5382E3. Grayscale: #808080. Windows color (decimal): -5472996 or 1867180. OLE color: 1867180.

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

Color convert

RGB 172 125 28 -
CMYK 0 0.27 0.84 0.33
HSL 40.42º 0.72% 0.39% -
HSV(B) 40.42º 0.84% 0.67% -
XYZ 24.56 23.52 4.34 -
YUV 128 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 172 125 28 0 0.27 0.84 0.33 40.42 0.72 0.39
Hex AC 7D 1C 0 1B 54 21 28 48 27
Octal 254 175 34 0 33 124 41 50 110 47
Binary 10101100 1111101 11100 0 11011 1010100 100001 101000 1001000 100111

Color Harmonies of #AC7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D1C

Black with #AC7D1C

Text Example


Text Example

White with #AC7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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