Html Css Color HEX #A57710 Hacienda

📋 copy color: '#A57710'

red 165 ◦ green 119 ◦ blue 16

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

Shades of Hacienda #A57710

Tints of Hacienda #A57710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 55%
G = 39.67%
B = 5.33%

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

#A57710 (or 0xA57710) is known color: Hacienda. HEX triplet: A5, 77 and 10. RGB value is (165,119,16). Sum of RGB (Red+Green+Blue) = 165+119+16=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A57710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57710 is #5A88EF. Grayscale: #797979. Windows color (decimal): -5933296 or 1079205. OLE color: 1079205.

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

Color convert

RGB 165 119 16 -
CMYK 0 0.28 0.90 0.35
HSL 41.48º 0.82% 0.35% -
HSV(B) 41.48º 0.9% 0.65% -
XYZ 22.21 21.23 3.42 -
YUV 121.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 165 119 16 0 0.28 0.90 0.35 41.48 0.82 0.35
Hex A5 77 10 0 1C 5A 23 29 52 23
Octal 245 167 20 0 34 132 43 51 122 43
Binary 10100101 1110111 10000 0 11100 1011010 100011 101001 1010010 100011

Color Harmonies of #A57710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57710

Black with #A57710

Text Example


Text Example

White with #A57710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57710; }

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

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

background-color css

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

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

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

border-color css

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

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

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