Html Css Color HEX #A1821D Hacienda

📋 copy color: '#A1821D'

red 161 ◦ green 130 ◦ blue 29

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

Shades of Hacienda #A1821D

Tints of Hacienda #A1821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

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

R = 50.31%
G = 40.63%
B = 9.06%

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

#A1821D (or 0xA1821D) is known color: Hacienda. HEX triplet: A1, 82 and 1D. RGB value is (161,130,29). Sum of RGB (Red+Green+Blue) = 161+130+29=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1821D is #5E7DE2. Grayscale: #808080. Windows color (decimal): -6192611 or 1933985. OLE color: 1933985.

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

Color convert

RGB 161 130 29 -
CMYK 0 0.19 0.82 0.37
HSL 45.91º 0.69% 0.37% -
HSV(B) 45.91º 0.82% 0.63% -
XYZ 22.9 23.63 4.52 -
YUV 127.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 161 130 29 0 0.19 0.82 0.37 45.91 0.69 0.37
Hex A1 82 1D 0 13 52 25 2E 45 25
Octal 241 202 35 0 23 122 45 56 105 45
Binary 10100001 10000010 11101 0 10011 1010010 100101 101110 1000101 100101

Color Harmonies of #A1821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1821D

Black with #A1821D

Text Example


Text Example

White with #A1821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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