Html Css Color HEX #A57714 Hacienda

📋 copy color: '#A57714'

red 165 ◦ green 119 ◦ blue 20

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

Shades of Hacienda #A57714

Tints of Hacienda #A57714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 54.28%
G = 39.14%
B = 6.58%

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

#A57714 (or 0xA57714) is known color: Hacienda. HEX triplet: A5, 77 and 14. RGB value is (165,119,20). Sum of RGB (Red+Green+Blue) = 165+119+20=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A57714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57714 is #5A88EB. Grayscale: #797979. Windows color (decimal): -5933292 or 1341349. OLE color: 1341349.

HSL color Cylindrical-coordinate representation of color #A57714: hue angle of 40.97º degrees, saturation: 0.78, 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 #A57714 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 119 20 -
CMYK 0 0.28 0.88 0.35
HSL 40.97º 0.78% 0.36% -
HSV(B) 40.97º 0.88% 0.65% -
XYZ 22.24 21.24 3.59 -
YUV 121.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 165 119 20 0 0.28 0.88 0.35 40.97 0.78 0.36
Hex A5 77 14 0 1C 58 23 29 4E 24
Octal 245 167 24 0 34 130 43 51 116 44
Binary 10100101 1110111 10100 0 11100 1011000 100011 101001 1001110 100100

Color Harmonies of #A57714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57714

Black with #A57714

Text Example


Text Example

White with #A57714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57714; }

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

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

background-color css

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

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

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

border-color css

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

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

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