Html Css Color HEX #A0781D Hacienda

📋 copy color: '#A0781D'

red 160 ◦ green 120 ◦ blue 29

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

Shades of Hacienda #A0781D

Tints of Hacienda #A0781D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

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

R = 51.78%
G = 38.83%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0781D (or 0xA0781D) is known color: Hacienda. HEX triplet: A0, 78 and 1D. RGB value is (160,120,29). Sum of RGB (Red+Green+Blue) = 160+120+29=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0781D is #5F87E2. Grayscale: #797979. Windows color (decimal): -6260707 or 1931424. OLE color: 1931424.

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

Color convert

RGB 160 120 29 -
CMYK 0 0.25 0.82 0.37
HSL 41.68º 0.69% 0.37% -
HSV(B) 41.68º 0.82% 0.63% -
XYZ 21.44 21 4.09 -
YUV 121.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 160 120 29 0 0.25 0.82 0.37 41.68 0.69 0.37
Hex A0 78 1D 0 19 52 25 2A 45 25
Octal 240 170 35 0 31 122 45 52 105 45
Binary 10100000 1111000 11101 0 11001 1010010 100101 101010 1000101 100101

Color Harmonies of #A0781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0781D

Black with #A0781D

Text Example


Text Example

White with #A0781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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