Html Css Color HEX #A17C13 Hacienda

📋 copy color: '#A17C13'

red 161 ◦ green 124 ◦ blue 19

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

Shades of Hacienda #A17C13

Tints of Hacienda #A17C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 52.96%
G = 40.79%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A17C13 (or 0xA17C13) is known color: Hacienda. HEX triplet: A1, 7C and 13. RGB value is (161,124,19). Sum of RGB (Red+Green+Blue) = 161+124+19=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17C13 is #5E83EC. Grayscale: #7B7B7B. Windows color (decimal): -6194157 or 1277089. OLE color: 1277089.

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

Color convert

RGB 161 124 19 -
CMYK 0 0.23 0.88 0.37
HSL 44.37º 0.79% 0.35% -
HSV(B) 44.37º 0.88% 0.63% -
XYZ 22.02 22.04 3.71 -
YUV 123.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 161 124 19 0 0.23 0.88 0.37 44.37 0.79 0.35
Hex A1 7C 13 0 17 58 25 2C 4F 23
Octal 241 174 23 0 27 130 45 54 117 43
Binary 10100001 1111100 10011 0 10111 1011000 100101 101100 1001111 100011

Color Harmonies of #A17C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C13

Black with #A17C13

Text Example


Text Example

White with #A17C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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