#A56350

Color #A56350 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #A56350

Tints of Sante Fe #A56350

Color information

#A56350 (or 0xA56350) is unknown color: approx Sante Fe. HEX triplet: A5, 63 and 50. RGB value is (165,99,80). Sum of RGB (Red+Green+Blue) = 165+99+80=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A56350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56350 is #5A9CAF. Grayscale: #747474. Windows color (decimal): -5938352 or 5268389. OLE color: 5268389.

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

Color convert

RGB1659980-
CMYK00.400.520.35
HSL13.41º34.69%48.04%-
HSV(B)13.41º51.52%64.71%-
XYZ21.4317.59.84-
YUV116.57107.37162.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=47.97%
G=28.78%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165998000.400.520.3513.4134.6948.04
HexA563500283423d2330
Octal2451431200506443154360
Binary101001011100011101000001010001101001000111101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56350; }

 p { color: rgb(165,99,80); }

 H1.HeaderClassName
 {
   color: #A56350;
 }
 .AnyTagClassName
 {
   color: #A56350;
 }
</style>
background-color css

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

 a { background-color: rgb(165,99,80); }

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

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

 span { border-color: rgb(165,99,80); }

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