Html Css Color HEX #A1841C Hacienda

📋 copy color: '#A1841C'

red 161 ◦ green 132 ◦ blue 28

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

Shades of Hacienda #A1841C

Tints of Hacienda #A1841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.12%

 BLUE value IS 28 (11.33% from 255) = 8.72%

R = 50.16%
G = 41.12%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1841C (or 0xA1841C) is known color: Hacienda. HEX triplet: A1, 84 and 1C. RGB value is (161,132,28). Sum of RGB (Red+Green+Blue) = 161+132+28=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1841C is #5E7BE3. Grayscale: #818181. Windows color (decimal): -6192100 or 1868961. OLE color: 1868961.

HSL color Cylindrical-coordinate representation of color #A1841C: hue angle of 46.92º degrees, saturation: 0.7, 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 #A1841C is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 132 28 -
CMYK 0 0.18 0.83 0.37
HSL 46.92º 0.7% 0.37% -
HSV(B) 46.92º 0.83% 0.63% -
XYZ 23.16 24.16 4.54 -
YUV 128.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 161 132 28 0 0.18 0.83 0.37 46.92 0.7 0.37
Hex A1 84 1C 0 12 53 25 2F 46 25
Octal 241 204 34 0 22 123 45 57 106 45
Binary 10100001 10000100 11100 0 10010 1010011 100101 101111 1000110 100101

Color Harmonies of #A1841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1841C

Black with #A1841C

Text Example


Text Example

White with #A1841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1841C; }

 p { color: rgb(161,132,28); }

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

background-color css

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

 a { background-color: rgb(161,132,28); }

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

border-color css

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

 span { border-color: rgb(161,132,28); }

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