#A56747

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

Shades of Sante Fe #A56747

Tints of Sante Fe #A56747

Color information

#A56747 (or 0xA56747) is unknown color: approx Sante Fe. HEX triplet: A5, 67 and 47. RGB value is (165,103,71). Sum of RGB (Red+Green+Blue) = 165+103+71=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A56747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56747 is #5A98B8. Grayscale: #767676. Windows color (decimal): -5937337 or 4679589. OLE color: 4679589.

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

Color convert

RGB16510371-
CMYK00.380.570.35
HSL20.43º39.83%46.27%-
HSV(B)20.43º56.97%64.71%-
XYZ21.518.158.33-
YUV117.89101.54161.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 71 (28.12% from 255) = 20.94%
R=48.67%
G=30.38%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651037100.380.570.3520.4339.8346.27
HexA56747026392314282e
Octal2451471070467143245056
Binary1010010111001111000111010011011100110001110100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56747; }

 p { color: rgb(165,103,71); }

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

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

 a { background-color: rgb(165,103,71); }

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

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

 span { border-color: rgb(165,103,71); }

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