Html Css Color HEX #A1741A Hacienda

📋 copy color: '#A1741A'

red 161 ◦ green 116 ◦ blue 26

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

Shades of Hacienda #A1741A

Tints of Hacienda #A1741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 53.14%
G = 38.28%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1741A (or 0xA1741A) is known color: Hacienda. HEX triplet: A1, 74 and 1A. RGB value is (161,116,26). Sum of RGB (Red+Green+Blue) = 161+116+26=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1741A is #5E8BE5. Grayscale: #777777. Windows color (decimal): -6196198 or 1733793. OLE color: 1733793.

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

Color convert

RGB 161 116 26 -
CMYK 0 0.28 0.84 0.37
HSL 40º 0.72% 0.37% -
HSV(B) 40º 0.84% 0.63% -
XYZ 21.13 20.14 3.75 -
YUV 119.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 161 116 26 0 0.28 0.84 0.37 40 0.72 0.37
Hex A1 74 1A 0 1C 54 25 28 48 25
Octal 241 164 32 0 34 124 45 50 110 45
Binary 10100001 1110100 11010 0 11100 1010100 100101 101000 1001000 100101

Color Harmonies of #A1741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1741A

Black with #A1741A

Text Example


Text Example

White with #A1741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1741A; }

 p { color: rgb(161,116,26); }

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

background-color css

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

 a { background-color: rgb(161,116,26); }

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

border-color css

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

 span { border-color: rgb(161,116,26); }

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