#A56B4F

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

Shades of Sante Fe #A56B4F

Tints of Sante Fe #A56B4F

Color information

#A56B4F (or 0xA56B4F) is unknown color: approx Sante Fe. HEX triplet: A5, 6B and 4F. RGB value is (165,107,79). Sum of RGB (Red+Green+Blue) = 165+107+79=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B4F is #5A94B0. Grayscale: #797979. Windows color (decimal): -5936305 or 5204901. OLE color: 5204901.

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

Color convert

RGB16510779-
CMYK00.350.520.35
HSL19.53º35.25%47.84%-
HSV(B)19.53º52.12%64.71%-
XYZ22.1919.089.91-
YUV121.15104.22159.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 107 (42.19% from 255) = 30.48%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=47.01%
G=30.48%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651077900.350.520.3519.5335.2547.84
HexA56B4F0233423142330
Octal2451531170436443244360
Binary1010010111010111001111010001111010010001110100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B4F; }

 p { color: rgb(165,107,79); }

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

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

 a { background-color: rgb(165,107,79); }

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

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

 span { border-color: rgb(165,107,79); }

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