#A56548

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

Shades of Sante Fe #A56548

Tints of Sante Fe #A56548

Color information

#A56548 (or 0xA56548) is unknown color: approx Sante Fe. HEX triplet: A5, 65 and 48. RGB value is (165,101,72). Sum of RGB (Red+Green+Blue) = 165+101+72=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A56548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56548 is #5A9AB7. Grayscale: #757575. Windows color (decimal): -5937848 or 4744613. OLE color: 4744613.

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

Color convert

RGB16510172-
CMYK00.390.560.35
HSL18.71º39.24%46.47%-
HSV(B)18.71º56.36%64.71%-
XYZ21.3417.778.44-
YUV116.83102.7162.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=48.82%
G=29.88%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651017200.390.560.3518.7139.2446.47
HexA56548027382313272e
Octal2451451100477043234756
Binary1010010111001011001000010011111100010001110011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56548; }

 p { color: rgb(165,101,72); }

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

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

 a { background-color: rgb(165,101,72); }

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

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

 span { border-color: rgb(165,101,72); }

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