Html Css Color HEX #A57719 Hacienda

📋 copy color: '#A57719'

red 165 ◦ green 119 ◦ blue 25

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

Shades of Hacienda #A57719

Tints of Hacienda #A57719

RGB

 RED value IS 165 (64.84% from 255) = 53.4%

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

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

R = 53.4%
G = 38.51%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A57719 (or 0xA57719) is known color: Hacienda. HEX triplet: A5, 77 and 19. RGB value is (165,119,25). Sum of RGB (Red+Green+Blue) = 165+119+25=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A57719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57719 is #5A88E6. Grayscale: #7A7A7A. Windows color (decimal): -5933287 or 1669029. OLE color: 1669029.

HSL color Cylindrical-coordinate representation of color #A57719: hue angle of 40.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A57719 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 119 25 -
CMYK 0 0.28 0.85 0.35
HSL 40.29º 0.74% 0.37% -
HSV(B) 40.29º 0.85% 0.65% -
XYZ 22.29 21.26 3.85 -
YUV 122.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 165 119 25 0 0.28 0.85 0.35 40.29 0.74 0.37
Hex A5 77 19 0 1C 55 23 28 4A 25
Octal 245 167 31 0 34 125 43 50 112 45
Binary 10100101 1110111 11001 0 11100 1010101 100011 101000 1001010 100101

Color Harmonies of #A57719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57719

Black with #A57719

Text Example


Text Example

White with #A57719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57719; }

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

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

background-color css

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

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

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

border-color css

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

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

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