Html Css Color HEX #A0871F Hacienda

📋 copy color: '#A0871F'

red 160 ◦ green 135 ◦ blue 31

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

Shades of Hacienda #A0871F

Tints of Hacienda #A0871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 49.08%
G = 41.41%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0871F (or 0xA0871F) is known color: Hacienda. HEX triplet: A0, 87 and 1F. RGB value is (160,135,31). Sum of RGB (Red+Green+Blue) = 160+135+31=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0871F is #5F78E0. Grayscale: #838383. Windows color (decimal): -6256865 or 2066336. OLE color: 2066336.

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

Color convert

RGB 160 135 31 -
CMYK 0 0.16 0.81 0.37
HSL 48.37º 0.68% 0.37% -
HSV(B) 48.37º 0.81% 0.63% -
XYZ 23.41 24.9 4.87 -
YUV 130.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 160 135 31 0 0.16 0.81 0.37 48.37 0.68 0.37
Hex A0 87 1F 0 10 51 25 30 44 25
Octal 240 207 37 0 20 121 45 60 104 45
Binary 10100000 10000111 11111 0 10000 1010001 100101 110000 1000100 100101

Color Harmonies of #A0871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0871F

Black with #A0871F

Text Example


Text Example

White with #A0871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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