Html Css Color HEX #A57C11 Hacienda

📋 copy color: '#A57C11'

red 165 ◦ green 124 ◦ blue 17

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

Shades of Hacienda #A57C11

Tints of Hacienda #A57C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 53.92%
G = 40.52%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A57C11 (or 0xA57C11) is known color: Hacienda. HEX triplet: A5, 7C and 11. RGB value is (165,124,17). Sum of RGB (Red+Green+Blue) = 165+124+17=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57C11 is #5A83EE. Grayscale: #7C7C7C. Windows color (decimal): -5932015 or 1146021. OLE color: 1146021.

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

Color convert

RGB 165 124 17 -
CMYK 0 0.25 0.90 0.35
HSL 43.38º 0.81% 0.36% -
HSV(B) 43.38º 0.9% 0.65% -
XYZ 22.83 22.46 3.66 -
YUV 124.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 165 124 17 0 0.25 0.90 0.35 43.38 0.81 0.36
Hex A5 7C 11 0 19 5A 23 2B 51 24
Octal 245 174 21 0 31 132 43 53 121 44
Binary 10100101 1111100 10001 0 11001 1011010 100011 101011 1010001 100100

Color Harmonies of #A57C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C11

Black with #A57C11

Text Example


Text Example

White with #A57C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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