Html Css Color HEX #A57711 Hacienda

📋 copy color: '#A57711'

red 165 ◦ green 119 ◦ blue 17

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

Shades of Hacienda #A57711

Tints of Hacienda #A57711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 54.82%
G = 39.53%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A57711 (or 0xA57711) is known color: Hacienda. HEX triplet: A5, 77 and 11. RGB value is (165,119,17). Sum of RGB (Red+Green+Blue) = 165+119+17=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A57711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57711 is #5A88EE. Grayscale: #797979. Windows color (decimal): -5933295 or 1144741. OLE color: 1144741.

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

Color convert

RGB 165 119 17 -
CMYK 0 0.28 0.90 0.35
HSL 41.35º 0.81% 0.36% -
HSV(B) 41.35º 0.9% 0.65% -
XYZ 22.22 21.23 3.46 -
YUV 121.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 165 119 17 0 0.28 0.90 0.35 41.35 0.81 0.36
Hex A5 77 11 0 1C 5A 23 29 51 24
Octal 245 167 21 0 34 132 43 51 121 44
Binary 10100101 1110111 10001 0 11100 1011010 100011 101001 1010001 100100

Color Harmonies of #A57711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57711

Black with #A57711

Text Example


Text Example

White with #A57711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57711; }

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

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

background-color css

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

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

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

border-color css

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

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

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