Html Css Color HEX #A1821C Hacienda

📋 copy color: '#A1821C'

red 161 ◦ green 130 ◦ blue 28

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

Shades of Hacienda #A1821C

Tints of Hacienda #A1821C

RGB

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

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

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

R = 50.47%
G = 40.75%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1821C (or 0xA1821C) is known color: Hacienda. HEX triplet: A1, 82 and 1C. RGB value is (161,130,28). Sum of RGB (Red+Green+Blue) = 161+130+28=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1821C is #5E7DE3. Grayscale: #808080. Windows color (decimal): -6192612 or 1868449. OLE color: 1868449.

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

Color convert

RGB 161 130 28 -
CMYK 0 0.19 0.83 0.37
HSL 46.02º 0.7% 0.37% -
HSV(B) 46.02º 0.83% 0.63% -
XYZ 22.89 23.63 4.45 -
YUV 127.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 161 130 28 0 0.19 0.83 0.37 46.02 0.7 0.37
Hex A1 82 1C 0 13 53 25 2E 46 25
Octal 241 202 34 0 23 123 45 56 106 45
Binary 10100001 10000010 11100 0 10011 1010011 100101 101110 1000110 100101

Color Harmonies of #A1821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1821C

Black with #A1821C

Text Example


Text Example

White with #A1821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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