Html Css Color HEX #AC7E1C Hacienda

📋 copy color: '#AC7E1C'

red 172 ◦ green 126 ◦ blue 28

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

Shades of Hacienda #AC7E1C

Tints of Hacienda #AC7E1C

RGB

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

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

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

R = 52.76%
G = 38.65%
B = 8.59%

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

#AC7E1C (or 0xAC7E1C) is known color: Hacienda. HEX triplet: AC, 7E and 1C. RGB value is (172,126,28). Sum of RGB (Red+Green+Blue) = 172+126+28=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E1C is #5381E3. Grayscale: #818181. Windows color (decimal): -5472740 or 1867436. OLE color: 1867436.

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

Color convert

RGB 172 126 28 -
CMYK 0 0.27 0.84 0.33
HSL 40.83º 0.72% 0.39% -
HSV(B) 40.83º 0.84% 0.67% -
XYZ 24.68 23.78 4.39 -
YUV 128.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 172 126 28 0 0.27 0.84 0.33 40.83 0.72 0.39
Hex AC 7E 1C 0 1B 54 21 29 48 27
Octal 254 176 34 0 33 124 41 51 110 47
Binary 10101100 1111110 11100 0 11011 1010100 100001 101001 1001000 100111

Color Harmonies of #AC7E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E1C

Black with #AC7E1C

Text Example


Text Example

White with #AC7E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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