Html Css Color HEX #A57053 Sante Fe

📋 copy color: '#A57053'

red 165 ◦ green 112 ◦ blue 83

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

Shades of Sante Fe #A57053

Tints of Sante Fe #A57053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 45.83%
G = 31.11%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A57053 (or 0xA57053) is known color: Sante Fe. HEX triplet: A5, 70 and 53. RGB value is (165,112,83). Sum of RGB (Red+Green+Blue) = 165+112+83=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A57053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57053 is #5A8FAC. Grayscale: #7C7C7C. Windows color (decimal): -5935021 or 5468325. OLE color: 5468325.

HSL color Cylindrical-coordinate representation of color #A57053: hue angle of 21.22º 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 #A57053 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 83 -
CMYK 0 0.32 0.50 0.35
HSL 21.22º 0.33% 0.49% -
HSV(B) 21.22º 0.5% 0.65% -
XYZ 22.87 20.21 10.88 -
YUV 124.54 104.56 156.86 -
System Red Green Blue C M Y K H S L
Decimal 165 112 83 0 0.32 0.50 0.35 21.22 0.33 0.49
Hex A5 70 53 0 20 32 23 15 21 31
Octal 245 160 123 0 40 62 43 25 41 61
Binary 10100101 1110000 1010011 0 100000 110010 100011 10101 100001 110001

Color Harmonies of #A57053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57053

Black with #A57053

Text Example


Text Example

White with #A57053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57053; }

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

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

background-color css

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

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

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

border-color css

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

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

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