Html Css Color HEX #A1891F Hacienda

📋 copy color: '#A1891F'

red 161 ◦ green 137 ◦ blue 31

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

Shades of Hacienda #A1891F

Tints of Hacienda #A1891F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

 BLUE value IS 31 (12.5% from 255) = 9.42%

R = 48.94%
G = 41.64%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1891F (or 0xA1891F) is known color: Hacienda. HEX triplet: A1, 89 and 1F. RGB value is (161,137,31). Sum of RGB (Red+Green+Blue) = 161+137+31=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A1891F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1891F is #5E76E0. Grayscale: #848484. Windows color (decimal): -6190817 or 2066849. OLE color: 2066849.

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

Color convert

RGB 161 137 31 -
CMYK 0 0.15 0.81 0.37
HSL 48.92º 0.68% 0.38% -
HSV(B) 48.92º 0.81% 0.63% -
XYZ 23.89 25.57 4.97 -
YUV 132.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 161 137 31 0 0.15 0.81 0.37 48.92 0.68 0.38
Hex A1 89 1F 0 F 51 25 31 44 26
Octal 241 211 37 0 17 121 45 61 104 46
Binary 10100001 10001001 11111 0 1111 1010001 100101 110001 1000100 100110

Color Harmonies of #A1891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1891F

Black with #A1891F

Text Example


Text Example

White with #A1891F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1891F; }

 p { color: rgb(161,137,31); }

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

background-color css

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

 a { background-color: rgb(161,137,31); }

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

border-color css

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

 span { border-color: rgb(161,137,31); }

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