Html Css Color HEX #A17C19 Hacienda

📋 copy color: '#A17C19'

red 161 ◦ green 124 ◦ blue 25

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

Shades of Hacienda #A17C19

Tints of Hacienda #A17C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.06%

R = 51.94%
G = 40%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A17C19 (or 0xA17C19) is known color: Hacienda. HEX triplet: A1, 7C and 19. RGB value is (161,124,25). Sum of RGB (Red+Green+Blue) = 161+124+25=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17C19 is #5E83E6. Grayscale: #7C7C7C. Windows color (decimal): -6194151 or 1670305. OLE color: 1670305.

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

Color convert

RGB 161 124 25 -
CMYK 0 0.23 0.84 0.37
HSL 43.68º 0.73% 0.36% -
HSV(B) 43.68º 0.84% 0.63% -
XYZ 22.08 22.06 4.01 -
YUV 123.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 161 124 25 0 0.23 0.84 0.37 43.68 0.73 0.36
Hex A1 7C 19 0 17 54 25 2C 49 24
Octal 241 174 31 0 27 124 45 54 111 44
Binary 10100001 1111100 11001 0 10111 1010100 100101 101100 1001001 100100

Color Harmonies of #A17C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C19

Black with #A17C19

Text Example


Text Example

White with #A17C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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