Html Css Color HEX #A57C16 Hacienda

📋 copy color: '#A57C16'

red 165 ◦ green 124 ◦ blue 22

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

Shades of Hacienda #A57C16

Tints of Hacienda #A57C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.87%

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

R = 53.05%
G = 39.87%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A57C16 (or 0xA57C16) is known color: Hacienda. HEX triplet: A5, 7C and 16. RGB value is (165,124,22). Sum of RGB (Red+Green+Blue) = 165+124+22=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57C16 is #5A83E9. Grayscale: #7D7D7D. Windows color (decimal): -5932010 or 1473701. OLE color: 1473701.

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

Color convert

RGB 165 124 22 -
CMYK 0 0.25 0.87 0.35
HSL 42.8º 0.76% 0.37% -
HSV(B) 42.8º 0.87% 0.65% -
XYZ 22.87 22.47 3.89 -
YUV 124.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 165 124 22 0 0.25 0.87 0.35 42.8 0.76 0.37
Hex A5 7C 16 0 19 57 23 2B 4C 25
Octal 245 174 26 0 31 127 43 53 114 45
Binary 10100101 1111100 10110 0 11001 1010111 100011 101011 1001100 100101

Color Harmonies of #A57C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C16

Black with #A57C16

Text Example


Text Example

White with #A57C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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