Html Css Color HEX #AC7D1B Hacienda

📋 copy color: '#AC7D1B'

red 172 ◦ green 125 ◦ blue 27

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

Shades of Hacienda #AC7D1B

Tints of Hacienda #AC7D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 53.09%
G = 38.58%
B = 8.33%

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

#AC7D1B (or 0xAC7D1B) is known color: Hacienda. HEX triplet: AC, 7D and 1B. RGB value is (172,125,27). Sum of RGB (Red+Green+Blue) = 172+125+27=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D1B is #5382E4. Grayscale: #808080. Windows color (decimal): -5472997 or 1801644. OLE color: 1801644.

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

Color convert

RGB 172 125 27 -
CMYK 0 0.27 0.84 0.33
HSL 40.55º 0.73% 0.39% -
HSV(B) 40.55º 0.84% 0.67% -
XYZ 24.54 23.52 4.28 -
YUV 127.88 71.07 159.47 -
System Red Green Blue C M Y K H S L
Decimal 172 125 27 0 0.27 0.84 0.33 40.55 0.73 0.39
Hex AC 7D 1B 0 1B 54 21 29 49 27
Octal 254 175 33 0 33 124 41 51 111 47
Binary 10101100 1111101 11011 0 11011 1010100 100001 101001 1001001 100111

Color Harmonies of #AC7D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D1B

Black with #AC7D1B

Text Example


Text Example

White with #AC7D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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