Html Css Color HEX #A57353 Sante Fe

📋 copy color: '#A57353'

red 165 ◦ green 115 ◦ blue 83

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

Shades of Sante Fe #A57353

Tints of Sante Fe #A57353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.68%

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 45.45%
G = 31.68%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A57353 (or 0xA57353) is known color: Sante Fe. HEX triplet: A5, 73 and 53. RGB value is (165,115,83). Sum of RGB (Red+Green+Blue) = 165+115+83=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A57353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57353 is #5A8CAC. Grayscale: #7E7E7E. Windows color (decimal): -5934253 or 5469093. OLE color: 5469093.

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

Color convert

RGB 165 115 83 -
CMYK 0 0.30 0.50 0.35
HSL 23.41º 0.33% 0.49% -
HSV(B) 23.41º 0.5% 0.65% -
XYZ 23.21 20.89 10.99 -
YUV 126.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 165 115 83 0 0.30 0.50 0.35 23.41 0.33 0.49
Hex A5 73 53 0 1E 32 23 17 21 31
Octal 245 163 123 0 36 62 43 27 41 61
Binary 10100101 1110011 1010011 0 11110 110010 100011 10111 100001 110001

Color Harmonies of #A57353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57353

Black with #A57353

Text Example


Text Example

White with #A57353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57353; }

 p { color: rgb(165,115,83); }

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

background-color css

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

 a { background-color: rgb(165,115,83); }

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

border-color css

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

 span { border-color: rgb(165,115,83); }

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