Html Css Color HEX #A1822E Hacienda

📋 copy color: '#A1822E'

red 161 ◦ green 130 ◦ blue 46

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

Shades of Hacienda #A1822E

Tints of Hacienda #A1822E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.65%

R = 47.77%
G = 38.58%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1822E (or 0xA1822E) is known color: Hacienda. HEX triplet: A1, 82 and 2E. RGB value is (161,130,46). Sum of RGB (Red+Green+Blue) = 161+130+46=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1822E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1822E is #5E7DD1. Grayscale: #828282. Windows color (decimal): -6192594 or 3048097. OLE color: 3048097.

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

Color convert

RGB 161 130 46 -
CMYK 0 0.19 0.71 0.37
HSL 43.83º 0.56% 0.41% -
HSV(B) 43.83º 0.71% 0.63% -
XYZ 23.17 23.74 5.95 -
YUV 129.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 161 130 46 0 0.19 0.71 0.37 43.83 0.56 0.41
Hex A1 82 2E 0 13 47 25 2C 38 29
Octal 241 202 56 0 23 107 45 54 70 51
Binary 10100001 10000010 101110 0 10011 1000111 100101 101100 111000 101001

Color Harmonies of #A1822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1822E

Black with #A1822E

Text Example


Text Example

White with #A1822E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1822E; }

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

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

background-color css

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

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

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

border-color css

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

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

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