Html Css Color HEX #A57D1F Hacienda

📋 copy color: '#A57D1F'

red 165 ◦ green 125 ◦ blue 31

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

Shades of Hacienda #A57D1F

Tints of Hacienda #A57D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 51.4%
G = 38.94%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A57D1F (or 0xA57D1F) is known color: Hacienda. HEX triplet: A5, 7D and 1F. RGB value is (165,125,31). Sum of RGB (Red+Green+Blue) = 165+125+31=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57D1F is #5A82E0. Grayscale: #7E7E7E. Windows color (decimal): -5931745 or 2063781. OLE color: 2063781.

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

Color convert

RGB 165 125 31 -
CMYK 0 0.24 0.81 0.35
HSL 42.09º 0.68% 0.38% -
HSV(B) 42.09º 0.81% 0.65% -
XYZ 23.1 22.77 4.47 -
YUV 126.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 165 125 31 0 0.24 0.81 0.35 42.09 0.68 0.38
Hex A5 7D 1F 0 18 51 23 2A 44 26
Octal 245 175 37 0 30 121 43 52 104 46
Binary 10100101 1111101 11111 0 11000 1010001 100011 101010 1000100 100110

Color Harmonies of #A57D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D1F

Black with #A57D1F

Text Example


Text Example

White with #A57D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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