Html Css Color HEX #A57713 Hacienda

📋 copy color: '#A57713'

red 165 ◦ green 119 ◦ blue 19

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

Shades of Hacienda #A57713

Tints of Hacienda #A57713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 54.46%
G = 39.27%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A57713 (or 0xA57713) is known color: Hacienda. HEX triplet: A5, 77 and 13. RGB value is (165,119,19). Sum of RGB (Red+Green+Blue) = 165+119+19=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A57713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57713 is #5A88EC. Grayscale: #797979. Windows color (decimal): -5933293 or 1275813. OLE color: 1275813.

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

Color convert

RGB 165 119 19 -
CMYK 0 0.28 0.88 0.35
HSL 41.1º 0.79% 0.36% -
HSV(B) 41.1º 0.88% 0.65% -
XYZ 22.23 21.24 3.54 -
YUV 121.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 165 119 19 0 0.28 0.88 0.35 41.1 0.79 0.36
Hex A5 77 13 0 1C 58 23 29 4F 24
Octal 245 167 23 0 34 130 43 51 117 44
Binary 10100101 1110111 10011 0 11100 1011000 100011 101001 1001111 100100

Color Harmonies of #A57713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57713

Black with #A57713

Text Example


Text Example

White with #A57713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57713; }

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

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

background-color css

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

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

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

border-color css

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

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

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