Html Css Color HEX #A17D29 Hacienda

📋 copy color: '#A17D29'

red 161 ◦ green 125 ◦ blue 41

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

Shades of Hacienda #A17D29

Tints of Hacienda #A17D29

RGB

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

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

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

R = 49.24%
G = 38.23%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A17D29 (or 0xA17D29) is known color: Hacienda. HEX triplet: A1, 7D and 29. RGB value is (161,125,41). Sum of RGB (Red+Green+Blue) = 161+125+41=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17D29 is #5E82D6. Grayscale: #7E7E7E. Windows color (decimal): -6193879 or 2719137. OLE color: 2719137.

HSL color Cylindrical-coordinate representation of color #A17D29: hue angle of 42º 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 #A17D29 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 125 41 -
CMYK 0 0.22 0.75 0.37
HSL 42º 0.59% 0.4% -
HSV(B) 42º 0.75% 0.63% -
XYZ 22.43 22.4 5.24 -
YUV 126.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 161 125 41 0 0.22 0.75 0.37 42 0.59 0.4
Hex A1 7D 29 0 16 4B 25 2A 3B 28
Octal 241 175 51 0 26 113 45 52 73 50
Binary 10100001 1111101 101001 0 10110 1001011 100101 101010 111011 101000

Color Harmonies of #A17D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D29

Black with #A17D29

Text Example


Text Example

White with #A17D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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