Html Css Color HEX #A0771B Hacienda

📋 copy color: '#A0771B'

red 160 ◦ green 119 ◦ blue 27

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

Shades of Hacienda #A0771B

Tints of Hacienda #A0771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.82%

R = 52.29%
G = 38.89%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0771B (or 0xA0771B) is known color: Hacienda. HEX triplet: A0, 77 and 1B. RGB value is (160,119,27). Sum of RGB (Red+Green+Blue) = 160+119+27=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0771B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0771B is #5F88E4. Grayscale: #797979. Windows color (decimal): -6260965 or 1800096. OLE color: 1800096.

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

Color convert

RGB 160 119 27 -
CMYK 0 0.26 0.83 0.37
HSL 41.5º 0.71% 0.37% -
HSV(B) 41.5º 0.83% 0.63% -
XYZ 21.29 20.75 3.92 -
YUV 120.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 160 119 27 0 0.26 0.83 0.37 41.5 0.71 0.37
Hex A0 77 1B 0 1A 53 25 2A 47 25
Octal 240 167 33 0 32 123 45 52 107 45
Binary 10100000 1110111 11011 0 11010 1010011 100101 101010 1000111 100101

Color Harmonies of #A0771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0771B

Black with #A0771B

Text Example


Text Example

White with #A0771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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