Html Css Color HEX #A1821E Hacienda

📋 copy color: '#A1821E'

red 161 ◦ green 130 ◦ blue 30

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

Shades of Hacienda #A1821E

Tints of Hacienda #A1821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 50.16%
G = 40.5%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1821E (or 0xA1821E) is known color: Hacienda. HEX triplet: A1, 82 and 1E. RGB value is (161,130,30). Sum of RGB (Red+Green+Blue) = 161+130+30=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1821E is #5E7DE1. Grayscale: #808080. Windows color (decimal): -6192610 or 1999521. OLE color: 1999521.

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

Color convert

RGB 161 130 30 -
CMYK 0 0.19 0.81 0.37
HSL 45.8º 0.69% 0.37% -
HSV(B) 45.8º 0.81% 0.63% -
XYZ 22.91 23.64 4.58 -
YUV 127.87 72.77 151.63 -
System Red Green Blue C M Y K H S L
Decimal 161 130 30 0 0.19 0.81 0.37 45.8 0.69 0.37
Hex A1 82 1E 0 13 51 25 2E 45 25
Octal 241 202 36 0 23 121 45 56 105 45
Binary 10100001 10000010 11110 0 10011 1010001 100101 101110 1000101 100101

Color Harmonies of #A1821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1821E

Black with #A1821E

Text Example


Text Example

White with #A1821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1821E; }

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

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

background-color css

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

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

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

border-color css

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

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

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