Html Css Color HEX #A0771D Hacienda

📋 copy color: '#A0771D'

red 160 ◦ green 119 ◦ blue 29

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

Shades of Hacienda #A0771D

Tints of Hacienda #A0771D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.42%

R = 51.95%
G = 38.64%
B = 9.42%

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

#A0771D (or 0xA0771D) is known color: Hacienda. HEX triplet: A0, 77 and 1D. RGB value is (160,119,29). Sum of RGB (Red+Green+Blue) = 160+119+29=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0771D is #5F88E2. Grayscale: #797979. Windows color (decimal): -6260963 or 1931168. OLE color: 1931168.

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

Color convert

RGB 160 119 29 -
CMYK 0 0.26 0.82 0.37
HSL 41.22º 0.69% 0.37% -
HSV(B) 41.22º 0.82% 0.63% -
XYZ 21.32 20.76 4.05 -
YUV 121 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 160 119 29 0 0.26 0.82 0.37 41.22 0.69 0.37
Hex A0 77 1D 0 1A 52 25 29 45 25
Octal 240 167 35 0 32 122 45 51 105 45
Binary 10100000 1110111 11101 0 11010 1010010 100101 101001 1000101 100101

Color Harmonies of #A0771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0771D

Black with #A0771D

Text Example


Text Example

White with #A0771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0771D; }

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

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

background-color css

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

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

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

border-color css

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

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

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