Html Css Color HEX #A1761D Hacienda

📋 copy color: '#A1761D'

red 161 ◦ green 118 ◦ blue 29

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

Shades of Hacienda #A1761D

Tints of Hacienda #A1761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.31%

 BLUE value IS 29 (11.72% from 255) = 9.42%

R = 52.27%
G = 38.31%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1761D (or 0xA1761D) is known color: Hacienda. HEX triplet: A1, 76 and 1D. RGB value is (161,118,29). Sum of RGB (Red+Green+Blue) = 161+118+29=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1761D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1761D is #5E89E2. Grayscale: #797979. Windows color (decimal): -6195683 or 1930913. OLE color: 1930913.

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

Color convert

RGB 161 118 29 -
CMYK 0 0.27 0.82 0.37
HSL 40.45º 0.69% 0.37% -
HSV(B) 40.45º 0.82% 0.63% -
XYZ 21.4 20.62 4.02 -
YUV 120.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 161 118 29 0 0.27 0.82 0.37 40.45 0.69 0.37
Hex A1 76 1D 0 1B 52 25 28 45 25
Octal 241 166 35 0 33 122 45 50 105 45
Binary 10100001 1110110 11101 0 11011 1010010 100101 101000 1000101 100101

Color Harmonies of #A1761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1761D

Black with #A1761D

Text Example


Text Example

White with #A1761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1761D; }

 p { color: rgb(161,118,29); }

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

background-color css

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

 a { background-color: rgb(161,118,29); }

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

border-color css

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

 span { border-color: rgb(161,118,29); }

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