Html Css Color HEX #A17C11 Hacienda

📋 copy color: '#A17C11'

red 161 ◦ green 124 ◦ blue 17

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

Shades of Hacienda #A17C11

Tints of Hacienda #A17C11

RGB

 RED value IS 161 (63.28% from 255) = 53.31%

 GREEN value IS 124 (48.83% from 255) = 41.06%

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 53.31%
G = 41.06%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A17C11 (or 0xA17C11) is known color: Hacienda. HEX triplet: A1, 7C and 11. RGB value is (161,124,17). Sum of RGB (Red+Green+Blue) = 161+124+17=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17C11 is #5E83EE. Grayscale: #7B7B7B. Windows color (decimal): -6194159 or 1146017. OLE color: 1146017.

HSL color Cylindrical-coordinate representation of color #A17C11: hue angle of 44.58º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A17C11 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 124 17 -
CMYK 0 0.23 0.89 0.37
HSL 44.58º 0.81% 0.35% -
HSV(B) 44.58º 0.89% 0.63% -
XYZ 22.01 22.03 3.62 -
YUV 122.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 161 124 17 0 0.23 0.89 0.37 44.58 0.81 0.35
Hex A1 7C 11 0 17 59 25 2D 51 23
Octal 241 174 21 0 27 131 45 55 121 43
Binary 10100001 1111100 10001 0 10111 1011001 100101 101101 1010001 100011

Color Harmonies of #A17C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C11

Black with #A17C11

Text Example


Text Example

White with #A17C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C11; }

 p { color: rgb(161,124,17); }

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

background-color css

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

 a { background-color: rgb(161,124,17); }

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

border-color css

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

 span { border-color: rgb(161,124,17); }

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