#A56450

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

Shades of Sante Fe #A56450

Tints of Sante Fe #A56450

Color information

#A56450 (or 0xA56450) is unknown color: approx Sante Fe. HEX triplet: A5, 64 and 50. RGB value is (165,100,80). Sum of RGB (Red+Green+Blue) = 165+100+80=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A56450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56450 is #5A9BAF. Grayscale: #757575. Windows color (decimal): -5938096 or 5268645. OLE color: 5268645.

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

Color convert

RGB16510080-
CMYK00.390.520.35
HSL14.12º34.69%48.04%-
HSV(B)14.12º51.52%64.71%-
XYZ21.5217.699.87-
YUV117.16107.03162.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=47.83%
G=28.99%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651008000.390.520.3514.1234.6948.04
HexA564500273423e2330
Octal2451441200476443164360
Binary101001011100100101000001001111101001000111110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56450; }

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

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

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

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

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

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

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

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