Html Css Color HEX #A57C15 Hacienda

📋 copy color: '#A57C15'

red 165 ◦ green 124 ◦ blue 21

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

Shades of Hacienda #A57C15

Tints of Hacienda #A57C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 53.23%
G = 40%
B = 6.77%

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

#A57C15 (or 0xA57C15) is known color: Hacienda. HEX triplet: A5, 7C and 15. RGB value is (165,124,21). Sum of RGB (Red+Green+Blue) = 165+124+21=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57C15 is #5A83EA. Grayscale: #7C7C7C. Windows color (decimal): -5932011 or 1408165. OLE color: 1408165.

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

Color convert

RGB 165 124 21 -
CMYK 0 0.25 0.87 0.35
HSL 42.92º 0.77% 0.36% -
HSV(B) 42.92º 0.87% 0.65% -
XYZ 22.86 22.47 3.84 -
YUV 124.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 165 124 21 0 0.25 0.87 0.35 42.92 0.77 0.36
Hex A5 7C 15 0 19 57 23 2B 4D 24
Octal 245 174 25 0 31 127 43 53 115 44
Binary 10100101 1111100 10101 0 11001 1010111 100011 101011 1001101 100100

Color Harmonies of #A57C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C15

Black with #A57C15

Text Example


Text Example

White with #A57C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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