Html Css Color HEX #A1831D Hacienda

📋 copy color: '#A1831D'

red 161 ◦ green 131 ◦ blue 29

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

Shades of Hacienda #A1831D

Tints of Hacienda #A1831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

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

R = 50.16%
G = 40.81%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1831D (or 0xA1831D) is known color: Hacienda. HEX triplet: A1, 83 and 1D. RGB value is (161,131,29). Sum of RGB (Red+Green+Blue) = 161+131+29=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1831D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1831D is #5E7CE2. Grayscale: #808080. Windows color (decimal): -6192355 or 1934241. OLE color: 1934241.

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

Color convert

RGB 161 131 29 -
CMYK 0 0.19 0.82 0.37
HSL 46.36º 0.69% 0.37% -
HSV(B) 46.36º 0.82% 0.63% -
XYZ 23.04 23.9 4.56 -
YUV 128.34 71.94 151.29 -
System Red Green Blue C M Y K H S L
Decimal 161 131 29 0 0.19 0.82 0.37 46.36 0.69 0.37
Hex A1 83 1D 0 13 52 25 2E 45 25
Octal 241 203 35 0 23 122 45 56 105 45
Binary 10100001 10000011 11101 0 10011 1010010 100101 101110 1000101 100101

Color Harmonies of #A1831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1831D

Black with #A1831D

Text Example


Text Example

White with #A1831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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