Html Css Color HEX #A1761B Hacienda

📋 copy color: '#A1761B'

red 161 ◦ green 118 ◦ blue 27

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

Shades of Hacienda #A1761B

Tints of Hacienda #A1761B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.82%

R = 52.61%
G = 38.56%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1761B (or 0xA1761B) is known color: Hacienda. HEX triplet: A1, 76 and 1B. RGB value is (161,118,27). Sum of RGB (Red+Green+Blue) = 161+118+27=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1761B is #5E89E4. Grayscale: #787878. Windows color (decimal): -6195685 or 1799841. OLE color: 1799841.

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

Color convert

RGB 161 118 27 -
CMYK 0 0.27 0.83 0.37
HSL 40.75º 0.71% 0.37% -
HSV(B) 40.75º 0.83% 0.63% -
XYZ 21.37 20.61 3.89 -
YUV 120.48 75.25 156.9 -
System Red Green Blue C M Y K H S L
Decimal 161 118 27 0 0.27 0.83 0.37 40.75 0.71 0.37
Hex A1 76 1B 0 1B 53 25 29 47 25
Octal 241 166 33 0 33 123 45 51 107 45
Binary 10100001 1110110 11011 0 11011 1010011 100101 101001 1000111 100101

Color Harmonies of #A1761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1761B

Black with #A1761B

Text Example


Text Example

White with #A1761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1761B; }

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

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

background-color css

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

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

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

border-color css

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

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

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