Html Css Color HEX #A07815 Hacienda

📋 copy color: '#A07815'

red 160 ◦ green 120 ◦ blue 21

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

Shades of Hacienda #A07815

Tints of Hacienda #A07815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 53.16%
G = 39.87%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A07815 (or 0xA07815) is known color: Hacienda. HEX triplet: A0, 78 and 15. RGB value is (160,120,21). Sum of RGB (Red+Green+Blue) = 160+120+21=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A07815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07815 is #5F87EA. Grayscale: #797979. Windows color (decimal): -6260715 or 1407136. OLE color: 1407136.

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

Color convert

RGB 160 120 21 -
CMYK 0 0.25 0.87 0.37
HSL 42.73º 0.77% 0.35% -
HSV(B) 42.73º 0.87% 0.63% -
XYZ 21.35 20.96 3.63 -
YUV 120.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 160 120 21 0 0.25 0.87 0.37 42.73 0.77 0.35
Hex A0 78 15 0 19 57 25 2B 4D 23
Octal 240 170 25 0 31 127 45 53 115 43
Binary 10100000 1111000 10101 0 11001 1010111 100101 101011 1001101 100011

Color Harmonies of #A07815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07815

Black with #A07815

Text Example


Text Example

White with #A07815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07815; }

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

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

background-color css

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

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

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

border-color css

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

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

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