Html Css Color HEX #A57155 Sante Fe

📋 copy color: '#A57155'

red 165 ◦ green 113 ◦ blue 85

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

Shades of Sante Fe #A57155

Tints of Sante Fe #A57155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 45.45%
G = 31.13%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A57155 (or 0xA57155) is known color: Sante Fe. HEX triplet: A5, 71 and 55. RGB value is (165,113,85). Sum of RGB (Red+Green+Blue) = 165+113+85=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A57155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57155 is #5A8EAA. Grayscale: #7D7D7D. Windows color (decimal): -5934763 or 5599653. OLE color: 5599653.

HSL color Cylindrical-coordinate representation of color #A57155: hue angle of 21º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A57155 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 113 85 -
CMYK 0 0.32 0.48 0.35
HSL 21º 0.32% 0.49% -
HSV(B) 21º 0.48% 0.65% -
XYZ 23.06 20.47 11.33 -
YUV 125.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 165 113 85 0 0.32 0.48 0.35 21 0.32 0.49
Hex A5 71 55 0 20 30 23 15 20 31
Octal 245 161 125 0 40 60 43 25 40 61
Binary 10100101 1110001 1010101 0 100000 110000 100011 10101 100000 110001

Color Harmonies of #A57155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57155

Black with #A57155

Text Example


Text Example

White with #A57155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57155; }

 p { color: rgb(165,113,85); }

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

background-color css

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

 a { background-color: rgb(165,113,85); }

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

border-color css

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

 span { border-color: rgb(165,113,85); }

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