Html Css Color HEX #A07719 Hacienda

📋 copy color: '#A07719'

red 160 ◦ green 119 ◦ blue 25

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

Shades of Hacienda #A07719

Tints of Hacienda #A07719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 52.63%
G = 39.14%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A07719 (or 0xA07719) is known color: Hacienda. HEX triplet: A0, 77 and 19. RGB value is (160,119,25). Sum of RGB (Red+Green+Blue) = 160+119+25=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A07719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07719 is #5F88E6. Grayscale: #787878. Windows color (decimal): -6260967 or 1669024. OLE color: 1669024.

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

Color convert

RGB 160 119 25 -
CMYK 0 0.26 0.84 0.37
HSL 41.78º 0.73% 0.36% -
HSV(B) 41.78º 0.84% 0.63% -
XYZ 21.27 20.74 3.8 -
YUV 120.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 160 119 25 0 0.26 0.84 0.37 41.78 0.73 0.36
Hex A0 77 19 0 1A 54 25 2A 49 24
Octal 240 167 31 0 32 124 45 52 111 44
Binary 10100000 1110111 11001 0 11010 1010100 100101 101010 1001001 100100

Color Harmonies of #A07719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07719

Black with #A07719

Text Example


Text Example

White with #A07719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07719; }

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

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

background-color css

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

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

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

border-color css

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

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

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