Html Css Color HEX #A07720 Hacienda

📋 copy color: '#A07720'

red 160 ◦ green 119 ◦ blue 32

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

Shades of Hacienda #A07720

Tints of Hacienda #A07720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 51.45%
G = 38.26%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A07720 (or 0xA07720) is known color: Hacienda. HEX triplet: A0, 77 and 20. RGB value is (160,119,32). Sum of RGB (Red+Green+Blue) = 160+119+32=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A07720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07720 is #5F88DF. Grayscale: #797979. Windows color (decimal): -6260960 or 2127776. OLE color: 2127776.

HSL color Cylindrical-coordinate representation of color #A07720: hue angle of 40.78º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A07720 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 32 -
CMYK 0 0.26 0.80 0.37
HSL 40.78º 0.67% 0.38% -
HSV(B) 40.78º 0.8% 0.63% -
XYZ 21.35 20.77 4.25 -
YUV 121.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 160 119 32 0 0.26 0.80 0.37 40.78 0.67 0.38
Hex A0 77 20 0 1A 50 25 29 43 26
Octal 240 167 40 0 32 120 45 51 103 46
Binary 10100000 1110111 100000 0 11010 1010000 100101 101001 1000011 100110

Color Harmonies of #A07720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07720

Black with #A07720

Text Example


Text Example

White with #A07720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07720; }

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

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

background-color css

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

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

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

border-color css

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

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

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