Html Css Color HEX #A07716 Hacienda

📋 copy color: '#A07716'

red 160 ◦ green 119 ◦ blue 22

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

Shades of Hacienda #A07716

Tints of Hacienda #A07716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 53.16%
G = 39.53%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A07716 (or 0xA07716) is known color: Hacienda. HEX triplet: A0, 77 and 16. RGB value is (160,119,22). Sum of RGB (Red+Green+Blue) = 160+119+22=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A07716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07716 is #5F88E9. Grayscale: #787878. Windows color (decimal): -6260970 or 1472416. OLE color: 1472416.

HSL color Cylindrical-coordinate representation of color #A07716: hue angle of 42.17º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A07716 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 22 -
CMYK 0 0.26 0.86 0.37
HSL 42.17º 0.76% 0.36% -
HSV(B) 42.17º 0.86% 0.63% -
XYZ 21.24 20.73 3.64 -
YUV 120.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 160 119 22 0 0.26 0.86 0.37 42.17 0.76 0.36
Hex A0 77 16 0 1A 56 25 2A 4C 24
Octal 240 167 26 0 32 126 45 52 114 44
Binary 10100000 1110111 10110 0 11010 1010110 100101 101010 1001100 100100

Color Harmonies of #A07716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07716

Black with #A07716

Text Example


Text Example

White with #A07716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07716; }

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

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

background-color css

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

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

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

border-color css

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

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

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