Html Css Color HEX #A07721 Hacienda

📋 copy color: '#A07721'

red 160 ◦ green 119 ◦ blue 33

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

Shades of Hacienda #A07721

Tints of Hacienda #A07721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.58%

R = 51.28%
G = 38.14%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A07721 (or 0xA07721) is known color: Hacienda. HEX triplet: A0, 77 and 21. RGB value is (160,119,33). Sum of RGB (Red+Green+Blue) = 160+119+33=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A07721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07721 is #5F88DE. Grayscale: #797979. Windows color (decimal): -6260959 or 2193312. OLE color: 2193312.

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

Color convert

RGB 160 119 33 -
CMYK 0 0.26 0.79 0.37
HSL 40.63º 0.66% 0.38% -
HSV(B) 40.63º 0.79% 0.63% -
XYZ 21.37 20.78 4.32 -
YUV 121.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 160 119 33 0 0.26 0.79 0.37 40.63 0.66 0.38
Hex A0 77 21 0 1A 4F 25 29 42 26
Octal 240 167 41 0 32 117 45 51 102 46
Binary 10100000 1110111 100001 0 11010 1001111 100101 101001 1000010 100110

Color Harmonies of #A07721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07721

Black with #A07721

Text Example


Text Example

White with #A07721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07721; }

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

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

background-color css

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

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

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

border-color css

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

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

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