Html Css Color HEX #A0771C Hacienda

📋 copy color: '#A0771C'

red 160 ◦ green 119 ◦ blue 28

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

Shades of Hacienda #A0771C

Tints of Hacienda #A0771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 52.12%
G = 38.76%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0771C (or 0xA0771C) is known color: Hacienda. HEX triplet: A0, 77 and 1C. RGB value is (160,119,28). Sum of RGB (Red+Green+Blue) = 160+119+28=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0771C is #5F88E3. Grayscale: #797979. Windows color (decimal): -6260964 or 1865632. OLE color: 1865632.

HSL color Cylindrical-coordinate representation of color #A0771C: hue angle of 41.36º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0771C is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 28 -
CMYK 0 0.26 0.82 0.37
HSL 41.36º 0.7% 0.37% -
HSV(B) 41.36º 0.83% 0.63% -
XYZ 21.3 20.75 3.98 -
YUV 120.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 160 119 28 0 0.26 0.82 0.37 41.36 0.7 0.37
Hex A0 77 1C 0 1A 52 25 29 46 25
Octal 240 167 34 0 32 122 45 51 106 45
Binary 10100000 1110111 11100 0 11010 1010010 100101 101001 1000110 100101

Color Harmonies of #A0771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0771C

Black with #A0771C

Text Example


Text Example

White with #A0771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0771C; }

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

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

background-color css

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

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

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

border-color css

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

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

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