Html Css Color HEX #A0771F Hacienda

📋 copy color: '#A0771F'

red 160 ◦ green 119 ◦ blue 31

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

Shades of Hacienda #A0771F

Tints of Hacienda #A0771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.39%

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

R = 51.61%
G = 38.39%
B = 10%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0771F (or 0xA0771F) is known color: Hacienda. HEX triplet: A0, 77 and 1F. RGB value is (160,119,31). Sum of RGB (Red+Green+Blue) = 160+119+31=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0771F is #5F88E0. Grayscale: #797979. Windows color (decimal): -6260961 or 2062240. OLE color: 2062240.

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

Color convert

RGB 160 119 31 -
CMYK 0 0.26 0.81 0.37
HSL 40.93º 0.68% 0.37% -
HSV(B) 40.93º 0.81% 0.63% -
XYZ 21.34 20.77 4.18 -
YUV 121.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 160 119 31 0 0.26 0.81 0.37 40.93 0.68 0.37
Hex A0 77 1F 0 1A 51 25 29 44 25
Octal 240 167 37 0 32 121 45 51 104 45
Binary 10100000 1110111 11111 0 11010 1010001 100101 101001 1000100 100101

Color Harmonies of #A0771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0771F

Black with #A0771F

Text Example


Text Example

White with #A0771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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