Html Css Color HEX #A0841F Hacienda

📋 copy color: '#A0841F'

red 160 ◦ green 132 ◦ blue 31

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

Shades of Hacienda #A0841F

Tints of Hacienda #A0841F

RGB

 RED value IS 160 (62.89% from 255) = 49.54%

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

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

R = 49.54%
G = 40.87%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0841F (or 0xA0841F) is known color: Hacienda. HEX triplet: A0, 84 and 1F. RGB value is (160,132,31). Sum of RGB (Red+Green+Blue) = 160+132+31=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0841F is #5F7BE0. Grayscale: #818181. Windows color (decimal): -6257633 or 2065568. OLE color: 2065568.

HSL color Cylindrical-coordinate representation of color #A0841F: hue angle of 46.98º degrees, saturation: 0.68, 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 #A0841F is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 132 31 -
CMYK 0 0.17 0.81 0.37
HSL 46.98º 0.68% 0.37% -
HSV(B) 46.98º 0.81% 0.63% -
XYZ 23 24.08 4.73 -
YUV 128.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 160 132 31 0 0.17 0.81 0.37 46.98 0.68 0.37
Hex A0 84 1F 0 11 51 25 2F 44 25
Octal 240 204 37 0 21 121 45 57 104 45
Binary 10100000 10000100 11111 0 10001 1010001 100101 101111 1000100 100101

Color Harmonies of #A0841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0841F

Black with #A0841F

Text Example


Text Example

White with #A0841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0841F; }

 p { color: rgb(160,132,31); }

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

background-color css

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

 a { background-color: rgb(160,132,31); }

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

border-color css

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

 span { border-color: rgb(160,132,31); }

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