Html Css Color HEX #A0790F Hacienda

📋 copy color: '#A0790F'

red 160 ◦ green 121 ◦ blue 15

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

Shades of Hacienda #A0790F

Tints of Hacienda #A0790F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.88%

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 54.05%
G = 40.88%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0790F (or 0xA0790F) is known color: Hacienda. HEX triplet: A0, 79 and 0F. RGB value is (160,121,15). Sum of RGB (Red+Green+Blue) = 160+121+15=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A0790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0790F is #5F86F0. Grayscale: #797979. Windows color (decimal): -6260465 or 1014176. OLE color: 1014176.

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

Color convert

RGB 160 121 15 -
CMYK 0 0.24 0.91 0.37
HSL 43.86º 0.83% 0.34% -
HSV(B) 43.86º 0.91% 0.63% -
XYZ 21.42 21.18 3.41 -
YUV 120.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 160 121 15 0 0.24 0.91 0.37 43.86 0.83 0.34
Hex A0 79 F 0 18 5B 25 2C 53 22
Octal 240 171 17 0 30 133 45 54 123 42
Binary 10100000 1111001 1111 0 11000 1011011 100101 101100 1010011 100010

Color Harmonies of #A0790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0790F

Black with #A0790F

Text Example


Text Example

White with #A0790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0790F; }

 p { color: rgb(160,121,15); }

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

background-color css

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

 a { background-color: rgb(160,121,15); }

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

border-color css

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

 span { border-color: rgb(160,121,15); }

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