Html Css Color HEX #A57D17 Hacienda

📋 copy color: '#A57D17'

red 165 ◦ green 125 ◦ blue 23

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

Shades of Hacienda #A57D17

Tints of Hacienda #A57D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.94%

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 52.72%
G = 39.94%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A57D17 (or 0xA57D17) is known color: Hacienda. HEX triplet: A5, 7D and 17. RGB value is (165,125,23). Sum of RGB (Red+Green+Blue) = 165+125+23=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57D17 is #5A82E8. Grayscale: #7D7D7D. Windows color (decimal): -5931753 or 1539493. OLE color: 1539493.

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

Color convert

RGB 165 125 23 -
CMYK 0 0.24 0.86 0.35
HSL 43.1º 0.76% 0.37% -
HSV(B) 43.1º 0.86% 0.65% -
XYZ 23.01 22.73 3.99 -
YUV 125.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 165 125 23 0 0.24 0.86 0.35 43.1 0.76 0.37
Hex A5 7D 17 0 18 56 23 2B 4C 25
Octal 245 175 27 0 30 126 43 53 114 45
Binary 10100101 1111101 10111 0 11000 1010110 100011 101011 1001100 100101

Color Harmonies of #A57D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D17

Black with #A57D17

Text Example


Text Example

White with #A57D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D17; }

 p { color: rgb(165,125,23); }

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

background-color css

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

 a { background-color: rgb(165,125,23); }

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

border-color css

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

 span { border-color: rgb(165,125,23); }

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