Html Css Color HEX #A57C10 Hacienda

📋 copy color: '#A57C10'

red 165 ◦ green 124 ◦ blue 16

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

Shades of Hacienda #A57C10

Tints of Hacienda #A57C10

RGB

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

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

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

R = 54.1%
G = 40.66%
B = 5.25%

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

#A57C10 (or 0xA57C10) is known color: Hacienda. HEX triplet: A5, 7C and 10. RGB value is (165,124,16). Sum of RGB (Red+Green+Blue) = 165+124+16=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57C10 is #5A83EF. Grayscale: #7C7C7C. Windows color (decimal): -5932016 or 1080485. OLE color: 1080485.

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

Color convert

RGB 165 124 16 -
CMYK 0 0.25 0.90 0.35
HSL 43.49º 0.82% 0.35% -
HSV(B) 43.49º 0.9% 0.65% -
XYZ 22.82 22.45 3.62 -
YUV 123.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 165 124 16 0 0.25 0.90 0.35 43.49 0.82 0.35
Hex A5 7C 10 0 19 5A 23 2B 52 23
Octal 245 174 20 0 31 132 43 53 122 43
Binary 10100101 1111100 10000 0 11001 1011010 100011 101011 1010010 100011

Color Harmonies of #A57C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C10

Black with #A57C10

Text Example


Text Example

White with #A57C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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