Html Css Color HEX #A56E53 Sante Fe

📋 copy color: '#A56E53'

red 165 ◦ green 110 ◦ blue 83

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

Shades of Sante Fe #A56E53

Tints of Sante Fe #A56E53

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.73%

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

R = 46.09%
G = 30.73%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A56E53 (or 0xA56E53) is known color: Sante Fe. HEX triplet: A5, 6E and 53. RGB value is (165,110,83). Sum of RGB (Red+Green+Blue) = 165+110+83=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56E53 is #5A91AC. Grayscale: #7B7B7B. Windows color (decimal): -5935533 or 5467813. OLE color: 5467813.

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

Color convert

RGB 165 110 83 -
CMYK 0 0.33 0.50 0.35
HSL 19.76º 0.33% 0.49% -
HSV(B) 19.76º 0.5% 0.65% -
XYZ 22.65 19.78 10.81 -
YUV 123.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 165 110 83 0 0.33 0.50 0.35 19.76 0.33 0.49
Hex A5 6E 53 0 21 32 23 14 21 31
Octal 245 156 123 0 41 62 43 24 41 61
Binary 10100101 1101110 1010011 0 100001 110010 100011 10100 100001 110001

Color Harmonies of #A56E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E53

Black with #A56E53

Text Example


Text Example

White with #A56E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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