Html Css Color HEX #A17C29 Hacienda

📋 copy color: '#A17C29'

red 161 ◦ green 124 ◦ blue 41

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

Shades of Hacienda #A17C29

Tints of Hacienda #A17C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.58%

R = 49.39%
G = 38.04%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A17C29 (or 0xA17C29) is known color: Hacienda. HEX triplet: A1, 7C and 29. RGB value is (161,124,41). Sum of RGB (Red+Green+Blue) = 161+124+41=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C29 is #5E83D6. Grayscale: #7D7D7D. Windows color (decimal): -6194135 or 2718881. OLE color: 2718881.

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

Color convert

RGB 161 124 41 -
CMYK 0 0.23 0.75 0.37
HSL 41.5º 0.59% 0.4% -
HSV(B) 41.5º 0.75% 0.63% -
XYZ 22.31 22.15 5.2 -
YUV 125.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 161 124 41 0 0.23 0.75 0.37 41.5 0.59 0.4
Hex A1 7C 29 0 17 4B 25 2A 3B 28
Octal 241 174 51 0 27 113 45 52 73 50
Binary 10100001 1111100 101001 0 10111 1001011 100101 101010 111011 101000

Color Harmonies of #A17C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C29

Black with #A17C29

Text Example


Text Example

White with #A17C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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