Html Css Color HEX #A57716 Hacienda

📋 copy color: '#A57716'

red 165 ◦ green 119 ◦ blue 22

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

Shades of Hacienda #A57716

Tints of Hacienda #A57716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.19%

R = 53.92%
G = 38.89%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A57716 (or 0xA57716) is known color: Hacienda. HEX triplet: A5, 77 and 16. RGB value is (165,119,22). Sum of RGB (Red+Green+Blue) = 165+119+22=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A57716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57716 is #5A88E9. Grayscale: #7A7A7A. Windows color (decimal): -5933290 or 1472421. OLE color: 1472421.

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

Color convert

RGB 165 119 22 -
CMYK 0 0.28 0.87 0.35
HSL 40.7º 0.76% 0.37% -
HSV(B) 40.7º 0.87% 0.65% -
XYZ 22.26 21.25 3.69 -
YUV 121.7 71.74 158.89 -
System Red Green Blue C M Y K H S L
Decimal 165 119 22 0 0.28 0.87 0.35 40.7 0.76 0.37
Hex A5 77 16 0 1C 57 23 29 4C 25
Octal 245 167 26 0 34 127 43 51 114 45
Binary 10100101 1110111 10110 0 11100 1010111 100011 101001 1001100 100101

Color Harmonies of #A57716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57716

Black with #A57716

Text Example


Text Example

White with #A57716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57716; }

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

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

background-color css

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

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

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

border-color css

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

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

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