Html Css Color HEX #AC7D1E Hacienda

📋 copy color: '#AC7D1E'

red 172 ◦ green 125 ◦ blue 30

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

Shades of Hacienda #AC7D1E

Tints of Hacienda #AC7D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.17%

R = 52.6%
G = 38.23%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC7D1E (or 0xAC7D1E) is known color: Hacienda. HEX triplet: AC, 7D and 1E. RGB value is (172,125,30). Sum of RGB (Red+Green+Blue) = 172+125+30=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D1E is #5382E1. Grayscale: #808080. Windows color (decimal): -5472994 or 1998252. OLE color: 1998252.

HSL color Cylindrical-coordinate representation of color #AC7D1E: hue angle of 40.14º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC7D1E is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 125 30 -
CMYK 0 0.27 0.83 0.33
HSL 40.14º 0.7% 0.4% -
HSV(B) 40.14º 0.83% 0.67% -
XYZ 24.58 23.53 4.47 -
YUV 128.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 172 125 30 0 0.27 0.83 0.33 40.14 0.7 0.4
Hex AC 7D 1E 0 1B 53 21 28 46 28
Octal 254 175 36 0 33 123 41 50 106 50
Binary 10101100 1111101 11110 0 11011 1010011 100001 101000 1000110 101000

Color Harmonies of #AC7D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D1E

Black with #AC7D1E

Text Example


Text Example

White with #AC7D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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