Html Css Color HEX #A57D20 Hacienda

📋 copy color: '#A57D20'

red 165 ◦ green 125 ◦ blue 32

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

Shades of Hacienda #A57D20

Tints of Hacienda #A57D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.94%

R = 51.24%
G = 38.82%
B = 9.94%

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

#A57D20 (or 0xA57D20) is known color: Hacienda. HEX triplet: A5, 7D and 20. RGB value is (165,125,32). Sum of RGB (Red+Green+Blue) = 165+125+32=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57D20 is #5A82DF. Grayscale: #7E7E7E. Windows color (decimal): -5931744 or 2129317. OLE color: 2129317.

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

Color convert

RGB 165 125 32 -
CMYK 0 0.24 0.81 0.35
HSL 41.95º 0.68% 0.39% -
HSV(B) 41.95º 0.81% 0.65% -
XYZ 23.11 22.77 4.54 -
YUV 126.36 74.75 155.56 -
System Red Green Blue C M Y K H S L
Decimal 165 125 32 0 0.24 0.81 0.35 41.95 0.68 0.39
Hex A5 7D 20 0 18 51 23 2A 44 27
Octal 245 175 40 0 30 121 43 52 104 47
Binary 10100101 1111101 100000 0 11000 1010001 100011 101010 1000100 100111

Color Harmonies of #A57D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D20

Black with #A57D20

Text Example


Text Example

White with #A57D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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