#A56B48

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

Shades of Sante Fe #A56B48

Tints of Sante Fe #A56B48

Color information

#A56B48 (or 0xA56B48) is unknown color: approx Sante Fe. HEX triplet: A5, 6B and 48. RGB value is (165,107,72). Sum of RGB (Red+Green+Blue) = 165+107+72=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56B48 is #5A94B7. Grayscale: #787878. Windows color (decimal): -5936312 or 4746149. OLE color: 4746149.

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

Color convert

RGB16510772-
CMYK00.350.560.35
HSL22.58º39.24%46.47%-
HSV(B)22.58º56.36%64.71%-
XYZ21.9418.988.64-
YUV120.35100.72159.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 107 (42.19% from 255) = 31.10%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=47.97%
G=31.10%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651077200.350.560.3522.5839.2446.47
HexA56B48023382317272e
Octal2451531100437043274756
Binary1010010111010111001000010001111100010001110111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B48; }

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

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

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

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

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

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

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

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