Html Css Color HEX #A57514 Hacienda

📋 copy color: '#A57514'

red 165 ◦ green 117 ◦ blue 20

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

Shades of Hacienda #A57514

Tints of Hacienda #A57514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 54.64%
G = 38.74%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A57514 (or 0xA57514) is known color: Hacienda. HEX triplet: A5, 75 and 14. RGB value is (165,117,20). Sum of RGB (Red+Green+Blue) = 165+117+20=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A57514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57514 is #5A8AEB. Grayscale: #787878. Windows color (decimal): -5933804 or 1340837. OLE color: 1340837.

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

Color convert

RGB 165 117 20 -
CMYK 0 0.29 0.88 0.35
HSL 40.14º 0.78% 0.36% -
HSV(B) 40.14º 0.88% 0.65% -
XYZ 22 20.77 3.51 -
YUV 120.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 165 117 20 0 0.29 0.88 0.35 40.14 0.78 0.36
Hex A5 75 14 0 1D 58 23 28 4E 24
Octal 245 165 24 0 35 130 43 50 116 44
Binary 10100101 1110101 10100 0 11101 1011000 100011 101000 1001110 100100

Color Harmonies of #A57514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57514

Black with #A57514

Text Example


Text Example

White with #A57514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57514; }

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

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

background-color css

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

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

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

border-color css

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

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

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