Html Css Color HEX #A0780D Hacienda

📋 copy color: '#A0780D'

red 160 ◦ green 120 ◦ blue 13

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

Shades of Hacienda #A0780D

Tints of Hacienda #A0780D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.44%

R = 54.61%
G = 40.96%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0780D (or 0xA0780D) is known color: Hacienda. HEX triplet: A0, 78 and 0D. RGB value is (160,120,13). Sum of RGB (Red+Green+Blue) = 160+120+13=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0780D is #5F87F2. Grayscale: #787878. Windows color (decimal): -6260723 or 882848. OLE color: 882848.

HSL color Cylindrical-coordinate representation of color #A0780D: hue angle of 43.67º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0780D is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 13 -
CMYK 0 0.25 0.92 0.37
HSL 43.67º 0.85% 0.34% -
HSV(B) 43.67º 0.92% 0.63% -
XYZ 21.29 20.94 3.3 -
YUV 119.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 160 120 13 0 0.25 0.92 0.37 43.67 0.85 0.34
Hex A0 78 D 0 19 5C 25 2C 55 22
Octal 240 170 15 0 31 134 45 54 125 42
Binary 10100000 1111000 1101 0 11001 1011100 100101 101100 1010101 100010

Color Harmonies of #A0780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0780D

Black with #A0780D

Text Example


Text Example

White with #A0780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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